Class DiagramCustomCursor
Represents which type of cursor has to displayed to the specific action.
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public class DiagramCustomCursor : SfDiagramBase
Constructors
DiagramCustomCursor()
Represents which type of cursor has to displayed to the specific action.
Declaration
public DiagramCustomCursor()
Properties
Action
Defines which type of action will take place.
Declaration
public Actions Action { get; set; }
Property Value
Type | Description |
---|---|
Actions |
Remarks
• There are several Actions are available such as Drag, Select, ResizeNorth, Rotate, etc., |
• Each Action has a specific cursor. |
Cursor
Sets or gets the cursor that corresponds to the action taken.
Declaration
public string Cursor { get; set; }
Property Value
Type | Description |
---|---|
System.String |