Class DiagramUmlClassAttribute
Inheritance
System.Object
    Syncfusion.EJ2.EJTagHelper
    DiagramUmlClassAttribute
  Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramUmlClassAttribute : EJTagHelper
  Constructors
DiagramUmlClassAttribute()
Declaration
public DiagramUmlClassAttribute()
  Properties
IsSeparator
Defines the separator of the attributes
Declaration
public bool IsSeparator { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The default value is false  | 
      
Name
Defines the name of the attributes
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is ""  | 
      
Scope
Defines the type of the attributes
Declaration
public UmlScope Scope { get; set; }
  Property Value
| Type | Description | 
|---|---|
| UmlScope | The default value is UmlScope.Public  | 
      
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  | 
      
Type
Defines the type of the attributes
Declaration
public string Type { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is ""  |