Class DiagramUmlEnumerationMember
Represents the UML enumeration members of the node
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public class DiagramUmlEnumerationMember : SfDiagramBase
Constructors
DiagramUmlEnumerationMember()
Represents the UML enumeration members of the node
Declaration
public DiagramUmlEnumerationMember()
Properties
IsSeparator
Defines the separator of the attribute. By default, it’s set to false.
Declaration
public bool IsSeparator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Defines the name of the member. By default, it will be an empty string
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Style
Sets the shape style of the node. By default, it’s set to null
Declaration
public EnumerationMemberShapeStyle Style { get; set; }
Property Value
Type | Description |
---|---|
EnumerationMemberShapeStyle |
Value
Defines the value of the member. By default, it will be an empty string.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |