Class DiagramUmlInterface
Inheritance
System.Object
    Syncfusion.EJ2.EJTagHelper
    DiagramUmlInterface
  Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramUmlInterface : EJTagHelper
  Constructors
DiagramUmlInterface()
Declaration
public DiagramUmlInterface()
  Properties
Attributes
Defines the text of the bpmn annotation collection
Declaration
public object Attributes { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | 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> | 
IsSeparator
Defines the separator of the attributes
Declaration
public bool IsSeparator { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The default value is false  | 
      
Methods
Defines the text of the bpmn annotation collection
Declaration
public object Methods { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | 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 ""  | 
      
SeparatorStyle
Specify the style attributes such as strokeWidth, strokeColor, and fill for the separator.
Declaration
public object SeparatorStyle { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | The default value is null  | 
      
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  |