LabelToolbarItem
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:
C#
public class LabelToolbarItem : ToolbarItem
Inheritance: objectToolbarItemLabelToolbarItem
Derived Classes:
Inherited Members
Constructors
C#
public LabelToolbarItem()
Fields
ImageSourceProperty
BindableProperty
Identifies the ImageSource property.
C#
public static readonly BindableProperty ImageSourceProperty
TextProperty
BindableProperty
Identifies the Text property.
C#
public static readonly BindableProperty TextProperty
Properties
ImageSource
ImageSource
Gets or sets the source of the image to display in the toolbar item. For more information see the ImageSource type.
C#
public ImageSource ImageSource { get; set; }