Class HSBGradientStop
Defines how a color, represented in HSB will be modified.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class HSBGradientStop : DependencyObject
Constructors
HSBGradientStop()
Properties
AlphaFactor
Gets or sets the alpha factor for the HSBGradientStop.
Declaration
public double AlphaFactor { get; set; }
Property Value
System.Double
The alpha factor. |
BrightnessFactor
Gets or sets the brightness factor for the HSBGradientStop.
Declaration
public double BrightnessFactor { get; set; }
Property Value
System.Double
The brightness factor. |
HueChange
Gets or sets the hue change for the HSBGradientStop.
Declaration
public double HueChange { get; set; }
Property Value
System.Double
The hue change. |
Offset
Gets or sets the offset of the HSBGradientStop.
Declaration
public double Offset { get; set; }
Property Value
System.Double
The offset. |
SaturationFactor
Gets or sets the saturation factor for the HSBGradientStop.
Declaration
public double SaturationFactor { get; set; }
Property Value
System.Double
The saturation factor. |
SourceKey
Gets or sets the source key.
Declaration
public string SourceKey { get; set; }
Property Value
System.String
The source key. |