Enum ClassifierShape
Specifies the types of UML classifiers that can be displayed within a classifier node.
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.Diagram.dll
Syntax
public enum ClassifierShape
Remarks
Determines the structural layout and semantics of the UML shape, such as whether it represents a class, interface, or enumeration.
Fields
| Name | Description |
|---|---|
| Class | Represents a UML class classifier. |
| Enumeration | Represents an enumeration classifier. |
| Interface | Represents a UML interface classifier. |