Class LabelToolbarItem
Represents a label in the Rad
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 Image
Declaration
public static readonly BindableProperty ImageSourceProperty
Field Value
Microsoft.
|
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.
|
Properties
ImageSource
Gets or sets the source of the image to display in the toolbar item.
For more information see the Image
Declaration
public ImageSource ImageSource { get; set; }
Property Value
Microsoft.
|
Text
Gets or sets the text to display in the toolbar item.
Declaration
public string Text { get; set; }
Property Value
System.
|