Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CursorModeType Enum

Lists values that specify the interaction mode for the keyboard and cursor.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

#Declaration

public enum CursorModeType

#Members

Name Description Example
HandTool

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

PDF_Hand

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.

select-cursor

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.

PDF_Marquee

TextHighlightTool

This tool is used to highlight a text.

HighlightTextTool

TextStrikethroughTool

This tool is used to strikethrough a text.

HighlightTextTool

TextUnderlineTool

This tool is used to underline a text.

HighlightTextTool

StickyNoteTool

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

image

#Related API Members

The following properties accept/return CursorModeType values:

See Also