Class PdfViewerSelectionMenuItem
Represents an descriptor for the items in PdfViewerSelectionMenu.
Inheritance
System.Object
PdfViewerSelectionMenuItem
Namespace: Telerik.Maui.Controls.PdfViewer
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PdfViewerSelectionMenuItem : BindableObject
Constructors
PdfViewerSelectionMenuItem()
Initializes a new instance of the PdfViewerSelectionMenuItem class.
Declaration
public PdfViewerSelectionMenuItem()
Fields
CommandProperty
Declaration
public static readonly BindableProperty CommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextProperty
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Command
Gets or sets the Command associated with the SelectionMenuItem.
Declaration
public ICommand Command { get; set; }
Property Value
System.Windows.Input.ICommand
|
Text
Gets or sets the Text of the SelectionMenuItem.
Declaration
public string Text { get; set; }
Property Value
System.String
|
TextColor
Gets or sets the Text color of the SelectionMenuItem.
Declaration
public Color TextColor { get; }
Property Value
Microsoft.Maui.Graphics.Color
|