Defines a range color definition for use in RadCircularProgressBar.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class ProgressBarColorRange
Inheritance: objectProgressBarColorRange
Constructors
C#
public ProgressBarColorRange()
Properties
Color
Color
The color of the current range.
C#
public Color Color { get; set; }
Determines whether the fill of the range is a gradient.
C#
public bool IsGradient { get; set; }