Enum CursorType
Enum for cursor type.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum CursorType
Fields
| Name | Description |
|---|---|
| Auto | Represents the default cursor type Auto. |
| CrossHair | Represents the cursor type CrossHair. |
| E_resize | The cursor indicates that an edge of a box is to be moved right (east). |
| Ew_resize | Represents a bidirectional resize cursor. |
| Grab | Represents a grab cursor. |
| Grabbing | Represents a grabbing cursor. |
| Move | Represents a Move cursor when moving on something. |
| N_resize | The cursor indicates that an edge of a box is to be moved up (north). |
| Ne_resize | The cursor indicates that an edge of a box is to be moved up and right (north/east). |
| Ns_resize | Represents a bidirectional resize cursor. |
| Nw_resize | The cursor indicates that an edge of a box is to be moved up and left (north/west). |
| Pointer | Represents Pointer cursor type. |
| S_resize | The cursor indicates that an edge of a box is to be moved down (south). |
| Se_resize | The cursor indicates that an edge of a box is to be moved down and right (south/east). |
| Sw_resize | The cursor indicates that an edge of a box is to be moved down and left (south/west). |
| Text | The cursor indicates text that may be selected. |
| W_resize | The cursor indicates that an edge of a box is to be moved left (west). |