Class PdfViewerSelectionMenu
Represents a menu which is displayed when a selection is performed within RadPdfViewer.
Inherited Members
Namespace: Telerik.Maui.Controls.PdfViewer
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PdfViewerSelectionMenu : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Fields
ArrowPositionProperty
Declaration
public static readonly BindableProperty ArrowPositionProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FillProperty
Declaration
public static readonly BindableProperty FillProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MenuItemsProperty
Declaration
public static readonly BindableProperty MenuItemsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextColorProperty
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ArrowPosition
Gets the position of the arrow, pointing to the selection in RadPdfViewer.
Declaration
public PdfViewerSelectionMenuArrowPosition ArrowPosition { get; }
Property Value
PdfViewerSelectionMenuArrowPosition
|
Fill
Gets or sets the fill color of the menu.
Declaration
public Color Fill { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
MenuItems
Gets the colletion of PdfViewerSelectionMenuItems.
Declaration
public PdfViewerSelectionMenuItemCollection MenuItems { get; }
Property Value
PdfViewerSelectionMenuItemCollection
|
TextColor
Gets or sets the text color of the items in the menu.
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
Methods
ArrangeOverride(Rect)
Declaration
protected override Size ArrangeOverride(Rect bounds)
Parameters
Microsoft.Maui.Graphics.Rect
bounds
|
Returns
Microsoft.Maui.Graphics.Size
|