Class DiagramMethodArgumentBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
DiagramMethodArgumentBuilder
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramMethodArgumentBuilder : ControlBuilder
Constructors
DiagramMethodArgumentBuilder()
Declaration
public DiagramMethodArgumentBuilder()
DiagramMethodArgumentBuilder(List<DiagramMethodArgument>)
Declaration
public DiagramMethodArgumentBuilder(List<DiagramMethodArgument> collection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<DiagramMethodArgument> | collection |
Methods
Add()
Declaration
public void Add()
Name(String)
Defines the name of the attributes
Declaration
public DiagramMethodArgumentBuilder Name(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Style(Action<DiagramTextStyleBuilder>)
Declaration
public DiagramMethodArgumentBuilder Style(Action<DiagramTextStyleBuilder> style)
Parameters
Type | Name | Description |
---|---|---|
System.Action<DiagramTextStyleBuilder> | style |
Returns
Style(Object)
Sets the shape style of the node
Declaration
public DiagramMethodArgumentBuilder Style(object style)
Parameters
Type | Name | Description |
---|---|---|
System.Object | style |
Returns
Type(String)
Defines the type of the attributes
Declaration
public DiagramMethodArgumentBuilder Type(string type)
Parameters
Type | Name | Description |
---|---|---|
System.String | type |