Class DiagramCustomCursor
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 DiagramCustomCursor : EJTagHelper
Constructors
DiagramCustomCursor()
Declaration
public DiagramCustomCursor()
Properties
Action
Defines the property of a Data Map Items
Declaration
[HtmlAttributeName("action")]
public Actions Action { get; set; }
Property Value
Type | Description |
---|---|
Actions | The default value is null |
Cursor
Defines the Fields for the Data Map Items
Declaration
[HtmlAttributeName("cursor")]
public string Cursor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |