Class DiagramUmlClassAttribute
Sets or gets the behavior of the Uml class Attribute.
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public class DiagramUmlClassAttribute : SfDiagramBase
Remarks
The attribute’s Name, Type, and Scope properties allow you to define the name, data type, and visibility of the attribute.
Constructors
DiagramUmlClassAttribute()
Sets or gets the behavior of the Uml class Attribute.
Declaration
public DiagramUmlClassAttribute()
Properties
IsSeparator
Specifies the Separator of the attributes.
Declaration
public bool IsSeparator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Specifies the name of the attributes.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Scope
Specifies whether each instance of the class has its distinct value or just a single value by all instances of the class.
Declaration
public UmlScope Scope { get; set; }
Property Value
Type | Description |
---|---|
UmlScope |
Remarks
There are two types of scope for members. They are instance and classifier.
Style
Sets the Shape style of the node.
Declaration
public UMLParameterShapeStyle Style { get; set; }
Property Value
Type | Description |
---|---|
UMLParameterShapeStyle |
Type
Specifies the Data type of attributes.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |