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

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:

C#
public class PdfViewerSelectionMenu : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewPdfViewerSelectionMenu

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

Inherited Members RadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

Fields

ArrowPositionProperty

BindableProperty

Identifies the ArrowPosition property.

C#
public static readonly BindableProperty ArrowPositionProperty

FillProperty

BindableProperty

Identifies the Fill property.

C#
public static readonly BindableProperty FillProperty

MenuItemsProperty

BindableProperty

Identifies the MenuItems property.

C#
public static readonly BindableProperty MenuItemsProperty

TextColorProperty

BindableProperty

Identifies the TextColor property.

C#
public static readonly BindableProperty TextColorProperty

Properties

Gets the position of the arrow, pointing to the selection in RadPdfViewer.

C#
public PdfViewerSelectionMenuArrowPosition ArrowPosition { get; }
Property Value:

The position of the arrow as a PdfViewerSelectionMenuArrowPosition value.

Fill

Color

Gets or sets the fill Color of the menu.

C#
public Color Fill { get; set; }
Property Value:

The fill Color of the menu.

Gets the collection of PdfViewerSelectionMenuItems.

C#
public PdfViewerSelectionMenuItemCollection MenuItems { get; }
Property Value:

The collection of PdfViewerSelectionMenuItem objects.

Gets or sets the text Color of the items in the menu.

C#
public Color TextColor { get; set; }
Property Value:

The text Color of the menu items.

Methods

Arranges the menu within the specified bounds.

C#
protected override Size ArrangeOverride(Rect bounds)
Parameters:boundsRect

The bounds in which to arrange the menu.

Returns:

Size

The actual size used by the menu.