Class ToolbarTextStyle
Represents the ToolbarTextStyle class to customize text style for toolbar item.
Inheritance
Namespace: Syncfusion.Maui.Toolbar
Assembly: Syncfusion.Maui.Toolbar.dll
Syntax
public class ToolbarTextStyle : Element, ITextElement, IThemeElement
Constructors
ToolbarTextStyle()
Initializes a new instance of the ToolbarTextStyle class.
Declaration
public ToolbarTextStyle()
Fields
FontAttributesProperty
Identifies the FontAttributes bindable property.
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for FontAttributes bindable property. |
FontAutoScalingEnabledProperty
Identifies the FontAttributes bindable property.
Declaration
public static readonly BindableProperty FontAutoScalingEnabledProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for FontAttributes bindable property. |
FontFamilyProperty
Identifies the FontFamily bindable property.
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for FontFamily bindable property. |
FontSizeProperty
Identifies the FontSize bindable property.
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for FontSize bindable property. |
TextColorProperty
Identifies the TextColor bindable property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for TextColor bindable property. |
Properties
FontAttributes
Gets or sets the FontAttributes of the SfToolbar.
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.Maui.Controls.FontAttributes | The default value is Microsoft.Maui.Controls.FontAttributes.None. |
FontAutoScalingEnabled
Gets or sets a value indicating whether or not the font of the control should scale automatically according to the operating system settings.
Declaration
public bool FontAutoScalingEnabled { get; set; }
Property Value
Type |
---|
System.Boolean |
FontFamily
Gets or sets the string, that represents font family of the SfToolbar.
Declaration
public string FontFamily { get; set; }
Property Value
Type |
---|
System.String |
Remarks
It will be applicable to all the style related properties of the SfToolbar.
FontSize
Gets or sets the double value that represents the font size of the SfToolbar.
Declaration
public double FontSize { get; set; }
Property Value
Type |
---|
System.Double |
Remarks
It will be applicable to all the style related properties of the SfToolbar.
TextColor
Gets or sets the text color for the SfToolbar.
Declaration
public Color TextColor { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.Maui.Graphics.Color | The default value of TextColor is Microsoft.Maui.Graphics.Colors.Black. |
Remarks
It will be applicable to all the style related properties of the SfToolbar.