New to Telerik UI for .NET MAUIStart a free 30-day trial

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
In this article
DefinitionFieldsDownNoneUp
Not finding the help you need?
Contact Support