Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramUmlClassAttribute - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramUmlClassAttribute

    Sets or gets the behavior of the Uml class Attribute.

    Inheritance
    System.Object
    SfDiagramBase
    DiagramUmlClassAttribute
    Inherited Members
    SfDiagramBase.UpdateCollection(IList, Boolean)
    SfDiagramBase.RandomString(Int32)
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved