Back to Devexpress

PdfViewerControl.CursorMode Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-25b2d7a7.md

latest2.5 KB
Original Source

PdfViewerControl.CursorMode Property

Gets or sets a value that specifies the interaction mode for keyboard and cursor. This is a dependency property.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public CursorModeType CursorMode { get; set; }
vb
Public Property CursorMode As CursorModeType

Property Value

TypeDescription
CursorModeType

A CursorModeType enumeration value.

|

Available values:

NameDescriptionExample
HandTool

This tool is used for navigation. The end-user can browse the document by moving the mouse while pressing the left button.

|

| | SelectTool |

This tool is used for navigation in a document. You can also select text and images in a document to copy using a keyboard and mouse.

|

| | MarqueeZoom |

This tool is used to change the zoom level and navigate in a document. The end-user can increase the zoom level by clicking, decrease the zoom level by clicking while pressing the Ctrl key, or zoom in on a portion of a page by dragging the rectangle around it.

|

| | TextHighlightTool |

This tool is used to highlight a text.

|

| | TextStrikethroughTool |

This tool is used to strikethrough a text.

|

| | TextUnderlineTool |

This tool is used to underline a text.

|

| | StickyNoteTool |

This tool is used to create text annotations, or sticky notes.

|

|

See Also

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace