Class HSBGradientStopCollection
Represents a GradientStopCollection, having one main color, where each color stop represents a modification of the main color in HSB.
Inheritance
System.Object
HSBGradientStopCollection
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class HSBGradientStopCollection : ObservableCollection<HSBGradientStop>
Constructors
HSBGradientStopCollection()
Declaration
public HSBGradientStopCollection()
Properties
Color
Gets or sets the main HSB collection color.
Declaration
public Color Color { get; set; }
Property Value
System.Windows.Media.Color
The main color. |