Class DiagramUmlClassAttribute
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
[HtmlAttributeName("isSeparator")]
public bool IsSeparator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Name
Defines the name of the attributes
Declaration
[HtmlAttributeName("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Scope
Defines the type of the attributes
Declaration
[HtmlAttributeName("scope")]
public UmlScope Scope { get; set; }
Property Value
Type | Description |
---|---|
UmlScope | The default value is UmlScope.Public |
Style
Sets the shape style of the node
Declaration
[HtmlAttributeName("style")]
public object Style { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Type
Defines the type of the attributes
Declaration
[HtmlAttributeName("type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |