GradientBrush::GradientStops Property
.NET Framework (current version)
Gets or sets the brush's gradient stops.
Assembly: PresentationCore (in PresentationCore.dll)
public: property GradientStopCollection^ GradientStops { GradientStopCollection^ get(); void set(GradientStopCollection^ value); }
Property Value
Type: System.Windows.Media::GradientStopCollection^A collection of the GradientStop objects associated with the brush, each of which specifies a color and an offset along the brush's gradient axis. The default is an empty GradientStopCollection.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: