Class DiagramMethodArgument
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
DiagramMethodArgument
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.AspNetMvc.Diagram.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 "" |