Class PdfViewerSelectionMenuButtonToolbarItem
Represents a button toolbar item in PdfViewerSelectionMenuToolbar.
Inheritance
System.Object
PdfViewerSelectionMenuButtonToolbarItem
Inherited Members
Namespace: Telerik.Maui.Controls.PdfViewer
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PdfViewerSelectionMenuButtonToolbarItem : ButtonToolbarItem
Constructors
PdfViewerSelectionMenuButtonToolbarItem()
Declaration
public PdfViewerSelectionMenuButtonToolbarItem()
Fields
TextColorProperty
Identifies the TextColor property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
TextColor
Gets or sets the command to execute when the button is clicked.
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|