Class
PdfViewerSelectionMenuItem

Represents an descriptor for the items in PdfViewerSelectionMenu.

Definition

Namespace:Telerik.Maui.Controls.PdfViewer

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class PdfViewerSelectionMenuItem : BindableObject

Inheritance: objectPdfViewerSelectionMenuItem

Derived Classes: PdfViewerCopySelectionMenuItem

Constructors

PdfViewerSelectionMenuItem()

Initializes a new instance of the PdfViewerSelectionMenuItem class.

Declaration

cs-api-definition
public PdfViewerSelectionMenuItem()

Fields

CommandProperty

Identifies the Command bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty CommandProperty

Field Value

BindableProperty

TextProperty

Identifies the Text bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty TextProperty

Field Value

BindableProperty

Properties

Command

Gets or sets the Command associated with the SelectionMenuItem. The parameter of this command is of type PdfViewerSelectionCommandContext.

Declaration

cs-api-definition
public ICommand Command { get; set; }

Property Value

ICommand

Text

Gets or sets the Text of the SelectionMenuItem.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

TextColor

Gets or sets the Text color of the SelectionMenuItem.

Declaration

cs-api-definition
public Color TextColor { get; }

Property Value

Color