New to Telerik UI for WPFStart a free 30-day trial

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; }

The end of the current range.

C#
public double End { get; set; }

Determines whether the fill of the range is a gradient.

C#
public bool IsGradient { get; set; }

The start of the current range.

C#
public double Start { get; set; }