Class ProgressBarColorRange
Defines a range color definition for use in RadCircularProgressBar.
Inheritance
System.Object
ProgressBarColorRange
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class ProgressBarColorRange
Constructors
ProgressBarColorRange()
Declaration
public ProgressBarColorRange()
Properties
Color
The color of the current range.
Declaration
public Color Color { get; set; }
Property Value
System.Windows.Media.Color
|
End
The end of the current range.
Declaration
public double End { get; set; }
Property Value
System.Double
|
IsGradient
Determines whether the fill of the range is a gradient.
Declaration
public bool IsGradient { get; set; }
Property Value
System.Boolean
|
Start
The start of the current range.
Declaration
public double Start { get; set; }
Property Value
System.Double
|