• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Shapes in ASP.NET Core Diagram Control

This sample illustrates basic built-in shapes, such as basic shapes, flow shapes, and BPMN shapes.

DEMO
SOURCE

This example shows how to define built-in shapes that are used to visualize geometric information, work flow, or a business flow diagrams. The type property of the shape allows you to choose the type of the shape.

The diagram component’s features are segregated into individual feature-wise modules. To use the BPMN shapes, inject BpmnDiagrams module using Diagram.Inject(BpmnDiagrams) method.