VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / CursorType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    CursorType Enumeration
    In This Topic
    Specifies available cursors.
    Syntax
    'Declaration
    
    Public Enum CursorType
       Inherits System.Enum
    
    
    public enum CursorType : System.Enum
    
    
    __value public enum CursorType : public System.Enum
    
    
    public enum class CursorType : public System.Enum
    
    
    Members
    MemberDescription
    AppStartingThe cursor that appears when an application starts.
    ArrowThe arrow cursor.
    CrossThe crosshair cursor.
    DefaultThe default cursor, which is usually an arrow cursor.
    HandThe hand cursor, typically used when hovering over a Web link.
    HelpThe Help cursor, which is a combination of an arrow and a question mark.
    HSplitThe cursor that appears when the mouse is positioned over a horizontal splitter bar.
    IBeamThe I-beam cursor, which is used to show where the text cursor appears when the mouse is clicked.
    NoThe cursor that indicates that a particular region is invalid for the current operation.
    NoMove2DThe cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in both a horizontal and vertical direction.
    NoMoveHorizThe cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a horizontal direction.
    NoMoveVertThe cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a vertical direction.
    PanEastThe cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the right.
    PanNEThe cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the right.
    PanNorthThe cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction.
    PanNWThe cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the left.
    PanSEThe cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the right.
    PanSouthThe cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in a downward direction.
    PanSWThe cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the left.
    PanWestThe cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the left.
    SizeAllThe four-headed sizing cursor, which consists of four joined arrows that point north, south, east, and west.
    SizeNESWThe two-headed diagonal (northeast/southwest) sizing cursor.
    SizeNSThe two-headed vertical (north/south) sizing cursor.
    SizeNWSEThe two-headed diagonal (northwest/southeast) sizing cursor.
    SizeWEThe two-headed horizontal (west/east) sizing cursor.
    UpArrowThe up arrow cursor, typically used to identify an insertion point.
    VSplitThe cursor that appears when the mouse is positioned over a vertical splitter bar.
    WaitCursorThe wait cursor, typically an hourglass shape.
    CustomThe custom cursor.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Annotation.CursorType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also