Class
ProgressBarColorRange

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.

Declaration

cs-api-definition
public double End { get; set; }

Property Value

double

IsGradient

Determines whether the fill of the range is a gradient.

Declaration

cs-api-definition
public bool IsGradient { get; set; }

Property Value

bool

Start

The start of the current range.

Declaration

cs-api-definition
public double Start { get; set; }

Property Value

double