ClassLabelToolbarItem
Class
Represents a label in the RadToolbar control. The label can display a text and optionally an image next to it.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class LabelToolbarItem : ToolbarItem
Inheritance: objectToolbarItemLabelToolbarItem
Derived Classes:
Inherited Members
Constructors
LabelToolbarItem()
Declaration
cs-api-definition
public LabelToolbarItem()
Fields
ImageSourceProperty
Identifies the ImageSource property.
Declaration
cs-api-definition
public static readonly BindableProperty ImageSourceProperty
Field Value
BindableProperty
TextProperty
Identifies the Text property.
Declaration
cs-api-definition
public static readonly BindableProperty TextProperty
Field Value
BindableProperty
Properties
ImageSource
Gets or sets the source of the image to display in the toolbar item. For more information see the ImageSource type.
Declaration
cs-api-definition
public ImageSource ImageSource { get; set; }
Property Value
ImageSource