Class RangeColor
RangeColor.
Inheritance
System.Object
RangeColor
Namespace: Syncfusion.XForms.ProgressBar
Assembly: Syncfusion.SfProgressBar.XForms.dll
Syntax
public class RangeColor : BindableObject
Constructors
RangeColor()
Declaration
public RangeColor()
Fields
ColorProperty
Identifies the Color bindable property.
Declaration
public static readonly BindableProperty ColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
EndProperty
Identifies the End bindable property.
Declaration
public static readonly BindableProperty EndProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
IsGradientProperty
Identifies the IsGradient bindable property.
Declaration
public static readonly BindableProperty IsGradientProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
StartProperty
Identifies the Start bindable property.
Declaration
public static readonly BindableProperty StartProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
Color
Gets or sets the color of the range.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | The actual color value. |
End
Gets or sets the range end value.
Declaration
public double End { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The actual offset value. |
IsGradient
Gets or sets a value indicating whether the color should be applied as gradient.
Declaration
public bool IsGradient { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The actual offset value. |
Start
Gets or sets the range start value.
Declaration
public double Start { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The actual offset value. |