menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramUmlEnumerationMember - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramUmlEnumerationMember

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    DiagramUmlEnumerationMember
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramUmlEnumerationMember : EJTagHelper

    Constructors

    DiagramUmlEnumerationMember()

    Declaration
    public DiagramUmlEnumerationMember()

    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 value of the member

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

    The default value is ""

    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

    Value

    Defines the value of the member

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

    The default value is ""

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved