Enum Cursor

Enum Cursor

Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)

Defines cursor types for SVG elements, allowing customization of the cursor appearance when hovering over these elements.

[ComVisible(true)]
public enum Cursor

Fields

Alias = 12

Cursor indicating an alias or shortcut is being created.

AllScroll = 33

Cursor indicating scrolling in all directions.

Auto = 0

The browser determines the cursor to display based on the current context.

Cell = 8

Cursor indicating a cell or table element.

ColResize = 31

Cursor indicating column resize.

ContextMenu = 3

Cursor indicating a context menu is available.

Copy = 13

Cursor indicating copy operation.

Crosshair = 9

Cursor indicating precision selection, typically a crosshair.

Default = 1

Default cursor, typically an arrow.

EResize = 19

Cursor indicating eastward resize.

EWResize = 27

Cursor indicating east-west resize.

Grab = 17

Cursor indicating an item can be grabbed.

Grabbing = 18

Cursor indicating an item is currently being grabbed.

Help = 4

Cursor indicating help information is available.

Move = 14

Cursor indicating a movable item or area.

NEResize = 21

Cursor indicating northeastward resize.

NESWResize = 29

Cursor indicating northeast-southwest resize.

NResize = 20

Cursor indicating northward resize.

NSResize = 28

Cursor indicating north-south resize.

NWResize = 22

Cursor indicating northwestward resize.

NWSeResize = 30

Cursor indicating northwest-southeast resize.

NoDrop = 15

Cursor indicating that dropping is not allowed.

None = 2

No cursor is displayed.

NotAllowed = 16

Cursor indicating an action is not allowed.

Pointer = 5

Cursor indicating a clickable element, typically a hand pointer.

Progress = 6

Cursor indicating an ongoing operation or task.

RowResize = 32

Cursor indicating row resize.

SEResize = 24

Cursor indicating southeastward resize.

SResize = 23

Cursor indicating southward resize.

SWResize = 25

Cursor indicating southwestward resize.

Text = 10

Cursor indicating text selection.

VerticalText = 11

Cursor indicating vertical text selection.

WResize = 26

Cursor indicating westward resize.

Wait = 7

Cursor indicating that the system is busy and the user should wait.

ZoomIn = 34

Cursor indicating zoom-in capability.

ZoomOut = 35

Cursor indicating zoom-out capability.

Remarks

This enumeration provides a range of cursor styles that can be applied to SVG elements. These styles help indicate the type of interaction available or the status of the element under the cursor.

 English