Interface IStepStyle
Interface defining properties for step style.
Namespace: Syncfusion.XForms.ProgressBar
Assembly: Syncfusion.SfProgressBar.XForms.dll
Syntax
public interface IStepStyle
Properties
FontAttributes
Gets or sets Font attrinbutes.
Declaration
FontAttributes FontAttributes { get; set; }
Property Value
Type |
---|
Xamarin.Forms.FontAttributes |
FontColor
Gets or sets Font color.
Declaration
Color FontColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
FontFamily
Gets or sets Font family.
Declaration
string FontFamily { get; set; }
Property Value
Type |
---|
System.String |
FontSize
Gets or sets Font size.
Declaration
double FontSize { get; set; }
Property Value
Type |
---|
System.Double |
GapWidth
Gets or sets progress bar segment gap width.
Declaration
double GapWidth { get; set; }
Property Value
Type |
---|
System.Double |
MarkerContentFillColor
Gets or sets Marker content fill color.
Declaration
Color MarkerContentFillColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
MarkerContentSize
Gets or sets Marker content size.
Declaration
int MarkerContentSize { get; set; }
Property Value
Type |
---|
System.Int32 |
MarkerContentType
Gets or sets Marker content type.
Declaration
StepContentType MarkerContentType { get; set; }
Property Value
Type |
---|
StepContentType |
MarkerFillColor
Gets or sets Marker fill color.
Declaration
Color MarkerFillColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
MarkerShapeType
Gets or sets Marker shape type.
Declaration
StepShapeType MarkerShapeType { get; set; }
Property Value
Type |
---|
StepShapeType |
MarkerSize
Gets or sets Marker size.
Declaration
double MarkerSize { get; set; }
Property Value
Type |
---|
System.Double |
MarkerStrokeColor
Gets or sets Marker stroke color.
Declaration
Color MarkerStrokeColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
MarkerStrokeWidth
Gets or sets Marker stroke width.
Declaration
int MarkerStrokeWidth { get; set; }
Property Value
Type |
---|
System.Int32 |
ProgressLineColor
Gets or sets Progress line color.
Declaration
Color ProgressLineColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
SegmentCount
Gets or sets progress bar segment count.
Declaration
int SegmentCount { get; set; }
Property Value
Type |
---|
System.Int32 |
TrackColor
Gets or sets Progress track color.
Declaration
Color TrackColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |