An enumeration that denotes the position and direction of the SelectionMenu arrow.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum PdfViewerSelectionMenuArrowPosition
Fields
The arrow should be displayed at the bottom of the SelectionMenu and should point downwards.
C#
Down = 2
No position could be determined and the arrow should not be displayed.
C#
None = 0
The arrow should be displayed at the top of the SelectionMenu and should point upwards.
C#
Up = 1