menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class DiagramMethodArgument

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

    Constructors

    DiagramMethodArgument()

    Declaration
    public DiagramMethodArgument()

    Properties

    Name

    Defines the name of the attributes

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

    The default value is ""

    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

    Type

    Defines the type of the attributes

    Declaration
    public string Type { 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