menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class DiagramUmlClassAttributeBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    DiagramUmlClassAttributeBuilder
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramUmlClassAttributeBuilder : ControlBuilder

    Constructors

    DiagramUmlClassAttributeBuilder()

    Declaration
    public DiagramUmlClassAttributeBuilder()

    DiagramUmlClassAttributeBuilder(List<DiagramUmlClassAttribute>)

    Declaration
    public DiagramUmlClassAttributeBuilder(List<DiagramUmlClassAttribute> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<DiagramUmlClassAttribute> collection

    Methods

    Add()

    Declaration
    public void Add()

    IsSeparator(Boolean)

    Defines the separator of the attributes

    Declaration
    public DiagramUmlClassAttributeBuilder IsSeparator(bool isSeparator)
    Parameters
    Type Name Description
    System.Boolean isSeparator
    Returns
    Type
    DiagramUmlClassAttributeBuilder

    Name(String)

    Defines the name of the attributes

    Declaration
    public DiagramUmlClassAttributeBuilder Name(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type
    DiagramUmlClassAttributeBuilder

    Scope(UmlScope)

    Defines the type of the attributes

    Declaration
    public DiagramUmlClassAttributeBuilder Scope(UmlScope scope)
    Parameters
    Type Name Description
    UmlScope scope
    Returns
    Type
    DiagramUmlClassAttributeBuilder

    SeparatorStyle(Object)

    Specify the style attributes such as strokeWidth, strokeColor, and fill for the separator.

    Declaration
    public DiagramUmlClassAttributeBuilder SeparatorStyle(object separatorStyle)
    Parameters
    Type Name Description
    System.Object separatorStyle
    Returns
    Type
    DiagramUmlClassAttributeBuilder

    Style(Object)

    Sets the shape style of the node

    Declaration
    public DiagramUmlClassAttributeBuilder Style(object style)
    Parameters
    Type Name Description
    System.Object style
    Returns
    Type
    DiagramUmlClassAttributeBuilder

    Type(String)

    Defines the type of the attributes

    Declaration
    public DiagramUmlClassAttributeBuilder Type(string type)
    Parameters
    Type Name Description
    System.String type
    Returns
    Type
    DiagramUmlClassAttributeBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved