Class DiagramUmlEnumeration
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
DiagramUmlEnumeration
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramUmlEnumeration : EJTagHelper
Constructors
DiagramUmlEnumeration()
Declaration
public DiagramUmlEnumeration()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Members
Defines the text of the bpmn annotation collection
Declaration
public List<DiagramUmlEnumerationMember> Members { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Syncfusion.EJ2.Diagrams.DiagramUmlEnumerationMember> | The default value is null |
Name
Defines the name of the attributes
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Style
Sets the shape style of the node
Declaration
public object Style { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |