Class RangeColor
Represents the multi colors for the indicator.
Inheritance
System.Object
RangeColor
Namespace: Syncfusion.Android.ProgressBar
Assembly: Syncfusion.SfProgressBar.Android.dll
Syntax
public class RangeColor : Object
Constructors
RangeColor()
Declaration
public RangeColor()
Properties
Color
Gets or sets the color for the range.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
End
Gets or sets the end of the range.
Declaration
public double End { get; set; }
Property Value
Type |
---|
System.Double |
IsGradient
Gets or sets a value indicating whether the color should be applied as gradient..
Declaration
public bool IsGradient { get; set; }
Property Value
Type |
---|
System.Boolean |
Start
Gets or sets the start of the range.
Declaration
public double Start { get; set; }
Property Value
Type |
---|
System.Double |