ClassProgressBarColorRange
Class
Defines a range color definition for use in RadCircularProgressBar.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class ProgressBarColorRange
Inheritance: objectProgressBarColorRange
Constructors
ProgressBarColorRange()
Declaration
cs-api-definition
public ProgressBarColorRange()
Properties
Color
The color of the current range.
Declaration
cs-api-definition
public Color Color { get; set; }
Property Value
Color
End
The end of the current range.
IsGradient
Determines whether the fill of the range is a gradient.