Class DiagramUmlClassifierShape
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
DiagramUmlClassifierShape
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramUmlClassifierShape : EJTagHelper
Constructors
DiagramUmlClassifierShape()
Declaration
public DiagramUmlClassifierShape()
Properties
Classifier
Defines the type of classifier
Declaration
public ClassifierShape Classifier { get; set; }
Property Value
Type | Description |
---|---|
ClassifierShape | The default value is ClassifierShape.Class |
ClassShape
Defines the text of the bpmn annotation collection
Declaration
public DiagramUmlClass ClassShape { get; set; }
Property Value
Type | Description |
---|---|
DiagramUmlClass | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
EnumerationShape
Defines the text of the bpmn annotation collection
Declaration
public DiagramUmlEnumeration EnumerationShape { get; set; }
Property Value
Type | Description |
---|---|
DiagramUmlEnumeration | The default value is null |
InterfaceShape
Defines the text of the bpmn annotation collection
Declaration
public DiagramUmlInterface InterfaceShape { get; set; }
Property Value
Type | Description |
---|---|
DiagramUmlInterface | The default value is null |
Type
Defines the type of node shape
Declaration
public Shapes Type { get; set; }
Property Value
Type | Description |
---|---|
Shapes | The default value is Shapes.Basic |