ClassPdfViewerSelectionMenuItem
Class
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:
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.
Text
Gets or sets the Text of the SelectionMenuItem.
TextColor
Gets or sets the Text color of the SelectionMenuItem.
Declaration
cs-api-definition
public Color TextColor { get; }
Property Value
Color