Class StepSettings
Represents a class which is used to customize the style of the step view in the SfStepProgressBar.
Inheritance
Namespace: Syncfusion.Maui.ProgressBar
Assembly: Syncfusion.Maui.ProgressBar.dll
Syntax
public class StepSettings : Element, IThemeElement
Constructors
StepSettings()
Initializes a new instance of the StepSettings class.
Declaration
public StepSettings()
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. |
ContentFillColorProperty
Identifies the ContentFillColor dependency property.
Declaration
public static readonly BindableProperty ContentFillColorProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for ContentFillColor dependency property. |
ContentTypeProperty
Identifies the ContentType dependency property.
Declaration
public static readonly BindableProperty ContentTypeProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for ContentType dependency property. |
ProgressColorProperty
Identifies the ProgressColor dependency property.
Declaration
public static readonly BindableProperty ProgressColorProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for ProgressColor dependency property. |
ShapeTypeProperty
Identifies the ShapeType dependency property.
Declaration
public static readonly BindableProperty ShapeTypeProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for ShapeType 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 marker.
Declaration
public Brush Background { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
ContentFillColor
Gets or sets the content fill color of the marker.
Declaration
public Color ContentFillColor { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Color |
ContentType
Gets or sets the content type of the marker.
Declaration
public Nullable<StepContentType> ContentType { get; set; }
Property Value
Type |
---|
System.Nullable<StepContentType> |
ProgressColor
Gets or sets the track color of the progress line.
Declaration
public Color ProgressColor { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Color |
ShapeType
Gets or sets the shape type of the marker.
Declaration
public StepShapeType ShapeType { get; set; }
Property Value
Type |
---|
StepShapeType |
Stroke
Gets or sets the stroke color of the marker.
Declaration
public Color Stroke { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Color |
TextStyle
Gets or sets the text style of the step.
Declaration
public StepTextStyle TextStyle { get; set; }
Property Value
Type |
---|
StepTextStyle |
Methods
OnBindingContextChanged()
Invokes on binding context changed.
Declaration
protected override void OnBindingContextChanged()