Enum
PdfViewerSelectionMenuArrowPosition

An enumeration that denotes the position and direction of the SelectionMenu arrow.

Definition

Namespace:Telerik.Maui.Controls.PdfViewer

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum PdfViewerSelectionMenuArrowPosition

Fields

Down

The arrow should be displayed at the bottom of the SelectionMenu and should point downwards.

Declaration

cs-api-definition
Down = 2

Field Value

PdfViewerSelectionMenuArrowPosition

None

No position could be determined and the arrow should not be displayed.

Declaration

cs-api-definition
None = 0

Field Value

PdfViewerSelectionMenuArrowPosition

Up

The arrow should be displayed at the top of the SelectionMenu and should point upwards.

Declaration

cs-api-definition
Up = 1

Field Value

PdfViewerSelectionMenuArrowPosition

In this article
DefinitionFieldsDownNoneUp
Not finding the help you need?
Contact Support