Class DiagramCustomCursorBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramCustomCursorBuilder : ControlBuilder
Constructors
DiagramCustomCursorBuilder()
Declaration
public DiagramCustomCursorBuilder()
DiagramCustomCursorBuilder(List<DiagramCustomCursor>)
Declaration
public DiagramCustomCursorBuilder(List<DiagramCustomCursor> collection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<DiagramCustomCursor> | collection |
Methods
Action(Actions)
Defines the property of a Data Map Items
Declaration
public DiagramCustomCursorBuilder Action(Actions action)
Parameters
Type | Name | Description |
---|---|---|
Actions | action |
Returns
Type | Description |
---|---|
DiagramCustomCursorBuilder |
Add()
Declaration
public void Add()
Cursor(String)
Defines the Fields for the Data Map Items
Declaration
public DiagramCustomCursorBuilder Cursor(string cursor)
Parameters
Type | Name | Description |
---|---|---|
System.String | cursor |
Returns
Type | Description |
---|---|
DiagramCustomCursorBuilder |