Class DiagramUmlEnumerationMember
Inheritance
System.Object
DiagramUmlEnumerationMember
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramUmlEnumerationMember : EJTagHelper
Constructors
DiagramUmlEnumerationMember()
Declaration
public DiagramUmlEnumerationMember()
Properties
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
IsSeparator
Defines the separator of the attributes
Declaration
public bool IsSeparator { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Defines the value of the member
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Style
Sets the shape style of the node
Declaration
public object Style { get; set; }
Property Value
Type |
Description |
System.Object |
|
Value
Defines the value of the member
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|