Represents a menu which is displayed when a selection is performed within RadPdfViewer.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class PdfViewerSelectionMenu : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewPdfViewerSelectionMenu
Implements:
Inherited Members
Fields
ArrowPositionProperty
BindableProperty
Identifies the ArrowPosition property.
public static readonly BindableProperty ArrowPositionProperty
FillProperty
BindableProperty
Identifies the Fill property.
public static readonly BindableProperty FillProperty
MenuItemsProperty
BindableProperty
Identifies the MenuItems property.
public static readonly BindableProperty MenuItemsProperty
TextColorProperty
BindableProperty
Identifies the TextColor property.
public static readonly BindableProperty TextColorProperty
Properties
Gets the position of the arrow, pointing to the selection in RadPdfViewer.
public PdfViewerSelectionMenuArrowPosition ArrowPosition { get; }
The position of the arrow as a PdfViewerSelectionMenuArrowPosition value.
Fill
Color
Gets or sets the fill Color of the menu.
public Color Fill { get; set; }
The fill Color of the menu.
Gets the collection of PdfViewerSelectionMenuItems.
public PdfViewerSelectionMenuItemCollection MenuItems { get; }
The collection of PdfViewerSelectionMenuItem objects.
TextColor
Color
Gets or sets the text Color of the items in the menu.
public Color TextColor { get; set; }
The text Color of the menu items.
Methods
Arranges the menu within the specified bounds.
protected override Size ArrangeOverride(Rect bounds)
The bounds in which to arrange the menu.
Returns:Size
The actual size used by the menu.