Class
PdfViewerSelectionMenuButtonToolbarItem

Represents a button toolbar item in PdfViewerSelectionMenuToolbar.

Definition

Namespace:Telerik.Maui.Controls.PdfViewer

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class PdfViewerSelectionMenuButtonToolbarItem : ButtonToolbarItem

Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemPdfViewerSelectionMenuButtonToolbarItem

Inherited Members ButtonToolbarItem.CommandPropertyButtonToolbarItem.CommandParameterPropertyButtonToolbarItem.CommandButtonToolbarItem.CommandParameterButtonToolbarItem.ClickedLabelToolbarItem.TextPropertyLabelToolbarItem.ImageSourcePropertyLabelToolbarItem.TextLabelToolbarItem.ImageSourceToolbarItem.IsVisiblePropertyToolbarItem.IsEnabledPropertyToolbarItem.StylePropertyToolbarItem.ControlTemplatePropertyToolbarItem.PlacementOptionsPropertyToolbarItem.IsInteractionEnabledPropertyToolbarItem.IsVisibleToolbarItem.IsEnabledToolbarItem.StyleToolbarItem.ControlTemplateToolbarItem.PlacementOptionsToolbarItem.ToolbarToolbarItem.ParentToolbarItem.IsInteractionEnabled

Constructors

PdfViewerSelectionMenuButtonToolbarItem()

Declaration

cs-api-definition
public PdfViewerSelectionMenuButtonToolbarItem()

Fields

TextColorProperty

Identifies the TextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty TextColorProperty

Field Value

BindableProperty

Properties

TextColor

Gets or sets the command to execute when the button is clicked.

Declaration

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

Property Value

Color