Class
PdfViewerSelectionMenu

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:

cs-api-definition
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

Identifies the ArrowPosition property.

Declaration

cs-api-definition
public static readonly BindableProperty ArrowPositionProperty

Field Value

BindableProperty

FillProperty

Identifies the Fill property.

Declaration

cs-api-definition
public static readonly BindableProperty FillProperty

Field Value

BindableProperty

MenuItemsProperty

Identifies the MenuItems property.

Declaration

cs-api-definition
public static readonly BindableProperty MenuItemsProperty

Field Value

BindableProperty

TextColorProperty

Identifies the TextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty TextColorProperty

Field Value

BindableProperty

Properties

ArrowPosition

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

Declaration

cs-api-definition
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

cs-api-definition
public Color Fill { get; set; }

Property Value

Color

The fill Color of the menu.

MenuItems

Gets the collection of PdfViewerSelectionMenuItems.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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.