Class GradientColorizerBase
Base class for all Color
Inheritance
System.Object
GradientColorizerBase
Inherited Members
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class GradientColorizerBase : RangeColorizerBase, ISupportValuePath
Fields
GradientStopsProperty
Identifies the Gradient
Declaration
public static readonly DependencyProperty GradientStopsProperty
Field Value
System.
|
Properties
GradientStops
Gets or sets the gradient stops.
Declaration
public GradientStopCollection GradientStops { get; set; }
Property Value
System. The gradient stops. |