ClassPdfViewerSelectionMenu
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
Identifies the ArrowPosition property.
Declaration
public static readonly BindableProperty ArrowPositionProperty
Field Value
BindableProperty
FillProperty
Identifies the Fill property.
Declaration
public static readonly BindableProperty FillProperty
Field Value
BindableProperty
MenuItemsProperty
Identifies the MenuItems property.
Declaration
public static readonly BindableProperty MenuItemsProperty
Field Value
BindableProperty
TextColorProperty
Identifies the TextColor property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
BindableProperty
Properties
ArrowPosition
Gets the position of the arrow, pointing to the selection in RadPdfViewer.
Declaration
public PdfViewerSelectionMenuArrowPosition ArrowPosition { get; }
Property Value
PdfViewerSelectionMenuArrowPosition
The position of the arrow as a PdfViewerSelectionMenuArrowPosition value.
Fill
Gets or sets the fill Color of the menu.
Declaration
public Color Fill { get; set; }
Property Value
Color
The fill Color of the menu.
MenuItems
Gets the collection of PdfViewerSelectionMenuItems.
Declaration
public PdfViewerSelectionMenuItemCollection MenuItems { get; }
Property Value
PdfViewerSelectionMenuItemCollection
The collection of PdfViewerSelectionMenuItem objects.
TextColor
Gets or sets the text Color of the items in the menu.
Declaration
public Color TextColor { get; set; }
Property Value
Color
The text Color of the menu items.
Methods
ArrangeOverride(Rect)
Arranges the menu within the specified bounds.
Declaration
protected override Size ArrangeOverride(Rect bounds)
Parameters
bounds
Rect
The bounds in which to arrange the menu.
Returns
Size
The actual size used by the menu.