Accusoft.ImagXpressSdk Namespace : ToolCursor Enumeration |
'Declaration Public Enum ToolCursor Inherits System.Enum
'Usage Dim instance As ToolCursor
public enum ToolCursor : System.Enum
__value public enum ToolCursor : public System.Enum
public enum class ToolCursor : public System.Enum
Member | Value | Description |
---|---|---|
ToolHandClose | 4 | Hand tool close handed cursor |
ToolHandOpen | 3 | Hand tool open handed cursor |
ToolMagnifier | 5 | Magnifier tool cursor |
ToolPanDefault | 15 | Pan tool default cursor |
ToolPanEast | 13 | Pan tool Eest cursor |
ToolPanNorth | 7 | Pan tool North cursor |
ToolPanNortheast | 9 | Pan tool Northeast cursor |
ToolPanNorthwest | 8 | Pan tool Northwest cursor |
ToolPanSouth | 10 | Pan tool South cursor |
ToolPanSoutheast | 11 | Pan tool Southeast cursor |
ToolPanSouthwest | 12 | Pan tool Southwest cursor |
ToolPanWest | 14 | Pan tool West cursor |
ToolSelect | 6 | Select tool cursor |
ToolZoomIn | 0 | ZoomIn tool cursor |
ToolZoomOut | 1 | ZoomOut tool cursor |
ToolZoomRect | 2 | ZoomRect tool cursor |
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.ToolCursor