Represents a button toolbar item in PdfViewerSelectionMenuToolbar.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class PdfViewerSelectionMenuButtonToolbarItem : ButtonToolbarItem
Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemPdfViewerSelectionMenuButtonToolbarItem
Inherited Members
Constructors
C#
public PdfViewerSelectionMenuButtonToolbarItem()
Fields
TextColorProperty
BindableProperty
Identifies the TextColor property.
C#
public static readonly BindableProperty TextColorProperty
Properties
TextColor
Color
Gets or sets the command to execute when the button is clicked.
C#
public Color TextColor { get; set; }