RadControls for Silverlight

Represents a GradientStopCollection, having one main color, where each color stop represents a modification of the main color in HSB.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.1050

Syntax

C#
public class HSBGradientStopCollection : ObservableCollection<HSBGradientStop>
Visual Basic
Public Class HSBGradientStopCollection _
	Inherits ObservableCollection(Of HSBGradientStop)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'HSBGradientStop>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'HSBGradientStop>)>)>
      Telerik.Windows.Controls.Charting..::..HSBGradientStopCollection

See Also