Class DiagramMethodArgument
Inheritance
System.Object
DiagramMethodArgument
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramMethodArgument : EJTagHelper
Constructors
DiagramMethodArgument()
Declaration
public DiagramMethodArgument()
Properties
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Name
Defines the name of the attributes
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Style
Sets the shape style of the node
Declaration
public object Style { get; set; }
Property Value
Type |
Description |
System.Object |
|
Type
Defines the type of the attributes
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|