Class StepView
Represents the each step in SfStepProgressBar.
Inheritance
Namespace: Syncfusion.XForms.ProgressBar
Assembly: Syncfusion.SfProgressBar.XForms.dll
Syntax
public class StepView : AbsoluteLayout
Constructors
StepView()
Initializes a new instance of the StepView class.
Declaration
public StepView()
Fields
ImageSourceProperty
Identifies the ImageSource bindable property. This property can be used to change image content in marker.
Declaration
public static readonly BindableProperty ImageSourceProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
PrimaryFormattedTextProperty
Identifies the PrimaryFormattedText bindable property. This property can be used to change primary formatted text in StepView.
Declaration
public static readonly BindableProperty PrimaryFormattedTextProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
PrimaryTextProperty
Identifies the PrimaryText bindable property. This property can be used to change primary text in StepView.
Declaration
public static readonly BindableProperty PrimaryTextProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ProgressValueProperty
Identifies the ProgressValue bindable property. This property used to change the progress value.
Declaration
public static readonly BindableProperty ProgressValueProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
SecondaryFormattedTextProperty
Identifies the SecondaryFormattedTextProperty bindable property. This property can be used to change secondary formatted text in StepView.
Declaration
public static readonly BindableProperty SecondaryFormattedTextProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
SecondaryTextProperty
Identifies the SecondaryText bindable property. This property can be used to change secondary text in StepView.
Declaration
public static readonly BindableProperty SecondaryTextProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
StatusProperty
Identifies the Status bindable property. This property can be used to change the status of StepView.
Declaration
public static readonly BindableProperty StatusProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
ImageSource
Gets or sets image source for an image inside the marker.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
Type |
---|
Xamarin.Forms.ImageSource |
PrimaryFormattedText
Gets or sets primary formatted text in the StepView.
Declaration
public FormattedString PrimaryFormattedText { get; set; }
Property Value
Type |
---|
Xamarin.Forms.FormattedString |
PrimaryText
Gets or sets primary text in the StepView.
Declaration
public string PrimaryText { get; set; }
Property Value
Type |
---|
System.String |
ProgressValue
Gets or sets the progress value for StepView.
Declaration
public double ProgressValue { get; set; }
Property Value
Type |
---|
System.Double |
SecondaryFormattedText
Gets or sets secondary formatted text in the StepView.
Declaration
public FormattedString SecondaryFormattedText { get; set; }
Property Value
Type |
---|
Xamarin.Forms.FormattedString |
SecondaryText
Gets or sets secondary text in the StepView.
Declaration
public string SecondaryText { get; set; }
Property Value
Type |
---|
System.String |
Status
Gets or sets the StepView's status.
Declaration
public StepStatus Status { get; set; }
Property Value
Type |
---|
StepStatus |
Methods
OnPropertyChanged(String)
Triggers when property is changed.
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | property name. |