Class PdfViewerSelectionMenuArrowPosition
An enumeration that denotes the position and direction of the SelectionMenu arrow.
Inheritance
System.Object
PdfViewerSelectionMenuArrowPosition
Namespace: Telerik.Maui.Controls.PdfViewer
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class PdfViewerSelectionMenuArrowPosition : Enum
Fields
Down
The arrow should be displayed at the bottom of the SelectionMenu and should point downwards.
Declaration
public const PdfViewerSelectionMenuArrowPosition Down
Field Value
PdfViewerSelectionMenuArrowPosition
|
None
No position could be determined and the arrow should not be displayed.
Declaration
public const PdfViewerSelectionMenuArrowPosition None
Field Value
PdfViewerSelectionMenuArrowPosition
|
Up
The arrow should be displayed at the top of the SelectionMenu and should point upwards.
Declaration
public const PdfViewerSelectionMenuArrowPosition Up
Field Value
PdfViewerSelectionMenuArrowPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|