menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CursorType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CursorType

    Enum for cursor type.

    Inheritance
    System.Object
    CursorType
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public sealed class CursorType : Enum

    Fields

    Auto

    Represents the default cursor type Auto.

    Declaration
    public const CursorType Auto
    Field Value
    Type
    CursorType

    CrossHair

    Represents the cursor type CrossHair.

    Declaration
    public const CursorType CrossHair
    Field Value
    Type
    CursorType

    E_resize

    The cursor indicates that an edge of a box is to be moved right (east).

    Declaration
    public const CursorType E_resize
    Field Value
    Type
    CursorType

    Ew_resize

    Represents a bidirectional resize cursor.

    Declaration
    public const CursorType Ew_resize
    Field Value
    Type
    CursorType

    Grab

    Represents a grab cursor.

    Declaration
    public const CursorType Grab
    Field Value
    Type
    CursorType

    Grabbing

    Represents a grabbing cursor.

    Declaration
    public const CursorType Grabbing
    Field Value
    Type
    CursorType

    Move

    Represents a Move cursor when moving on something.

    Declaration
    public const CursorType Move
    Field Value
    Type
    CursorType

    N_resize

    The cursor indicates that an edge of a box is to be moved up (north).

    Declaration
    public const CursorType N_resize
    Field Value
    Type
    CursorType

    Ne_resize

    The cursor indicates that an edge of a box is to be moved up and right (north/east).

    Declaration
    public const CursorType Ne_resize
    Field Value
    Type
    CursorType

    Ns_resize

    Represents a bidirectional resize cursor.

    Declaration
    public const CursorType Ns_resize
    Field Value
    Type
    CursorType

    Nw_resize

    The cursor indicates that an edge of a box is to be moved up and left (north/west).

    Declaration
    public const CursorType Nw_resize
    Field Value
    Type
    CursorType

    Pointer

    Represents Pointer cursor type.

    Declaration
    public const CursorType Pointer
    Field Value
    Type
    CursorType

    S_resize

    The cursor indicates that an edge of a box is to be moved down (south).

    Declaration
    public const CursorType S_resize
    Field Value
    Type
    CursorType

    Se_resize

    The cursor indicates that an edge of a box is to be moved down and right (south/east).

    Declaration
    public const CursorType Se_resize
    Field Value
    Type
    CursorType

    Sw_resize

    The cursor indicates that an edge of a box is to be moved down and left (south/west).

    Declaration
    public const CursorType Sw_resize
    Field Value
    Type
    CursorType

    Text

    The cursor indicates text that may be selected.

    Declaration
    public const CursorType Text
    Field Value
    Type
    CursorType

    W_resize

    The cursor indicates that an edge of a box is to be moved left (west).

    Declaration
    public const CursorType W_resize
    Field Value
    Type
    CursorType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved