Class StepProgressBarToolTipSettings
Provides settings for configuring tool tips in the SfStepProgressBar
Inheritance
Namespace: Syncfusion.Maui.ProgressBar
Assembly: Syncfusion.Maui.ProgressBar.dll
Syntax
public class StepProgressBarToolTipSettings : Element, IThemeElement
Constructors
StepProgressBarToolTipSettings()
Initializes a new instance of the StepProgressBarToolTipSettings class.
Declaration
public StepProgressBarToolTipSettings()
Fields
BackgroundProperty
Identifies the Background dependency property.
Declaration
public static readonly BindableProperty BackgroundProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Background dependency property. |
DurationProperty
Identifies the Duration dependency property.
Declaration
public static readonly BindableProperty DurationProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Duration dependency property. |
StrokeProperty
Identifies the Stroke dependency property.
Declaration
public static readonly BindableProperty StrokeProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Stroke dependency property. |
TextStyleProperty
Identifies the TextStyle dependency property.
Declaration
public static readonly BindableProperty TextStyleProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for TextStyle dependency property. |
Properties
Background
Gets or sets the background color of the tool tip.
Declaration
public Brush Background { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
Duration
Gets or sets the duration for the tool tip to be displayed.
Declaration
public TimeSpan Duration { get; set; }
Property Value
Type |
---|
System.TimeSpan |
Stroke
Gets or sets the stroke color of the tool tip.
Declaration
public Brush Stroke { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
TextStyle
Gets or sets the text style for the tool tip.
Declaration
public StepTextStyle TextStyle { get; set; }
Property Value
Type |
---|
StepTextStyle |
Remarks
This property is not applicable when the tooltip template is set.
Methods
OnBindingContextChanged()
Invokes on the binding context of the view changed.
Declaration
protected override void OnBindingContextChanged()
OnCommonThemeChanged(String, String)
Handles changes in the theme for individual controls.
Declaration
public void OnCommonThemeChanged(string oldTheme, string newTheme)
Parameters
Type | Name | Description |
---|---|---|
System.String | oldTheme | The old theme value. |
System.String | newTheme | The new theme value. |
OnControlThemeChanged(String, String)
Handles changes in the common theme shared across multiple elements.
Declaration
public void OnControlThemeChanged(string oldTheme, string newTheme)
Parameters
Type | Name | Description |
---|---|---|
System.String | oldTheme | The old theme value. |
System.String | newTheme | The new theme value. |