Class LabelToolbarItem
Represents a label in the RadToolbar control. The label can display a text and optionally an image next to it.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class LabelToolbarItem : ToolbarItem
Constructors
LabelToolbarItem()
Declaration
public LabelToolbarItem()
Fields
ImageSourceProperty
Identifies the ImageSource property.
Declaration
public static readonly BindableProperty ImageSourceProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.Maui.Controls.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
public ImageSource ImageSource { get; set; }
Property Value
Microsoft.Maui.Controls.ImageSource
|
Text
Gets or sets the text to display in the toolbar item.
Declaration
public string Text { get; set; }
Property Value
System.String
|