Blazor

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

    Show / Hide Table of Contents

    Class DiagramUmlEnumerationMember

    Represents the UML enumeration members of the node

    Inheritance
    System.Object
    SfDiagramBase
    DiagramUmlEnumerationMember
    Inherited Members
    SfDiagramBase.UpdateCollection(IList, Boolean)
    SfDiagramBase.RandomString(Int32)
    Namespace: Syncfusion.Blazor.Diagrams
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DiagramUmlEnumerationMember : SfDiagramBase

    Constructors

    DiagramUmlEnumerationMember()

    Represents the UML enumeration members of the node

    Declaration
    public DiagramUmlEnumerationMember()

    Properties

    IsSeparator

    Defines the separator of the attribute. By default, it’s set to false.

    Declaration
    public bool IsSeparator { get; set; }
    Property Value
    Type Description
    System.Boolean

    Name

    Defines the name of the member. By default, it will be an empty string

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Style

    Sets the shape style of the node. By default, it’s set to null

    Declaration
    public EnumerationMemberShapeStyle Style { get; set; }
    Property Value
    Type Description
    EnumerationMemberShapeStyle

    Value

    Defines the value of the member. By default, it will be an empty string.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved