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

Base class for all ColorMapping objects in RadTreeMap and RadPivotMap which define a set of GradientStops.

Definition

Fields

GradientStopsProperty

DependencyProperty

Identifies the GradientStops dependency property.

C#
public static readonly DependencyProperty GradientStopsProperty

Properties

GradientStops

GradientStopCollection

Gets or sets the gradient stops.

C#
public GradientStopCollection GradientStops { get; set; }
Property Value:

The gradient stops.