A newer version of this page is available.
Switch to the current version.
BaseGradientBrushObject.GradientStops Property
Gets or sets the brush's gradient stops.
Namespace: DevExpress.XtraGauges.Core.Drawing
Assembly: DevExpress.XtraGauges.v18.2.Core.dll
Declaration
public GradientStopCollection GradientStops { get; }
Public ReadOnly Property GradientStops As GradientStopCollection
Property Value
Type | Description |
---|---|
GradientStopCollection | A GradientStopCollection object that contains the brush's gradient stops. |
Remarks
Please refer to the Painting with Solid Colors and Gradients Overview topic in the Windows Presentation Foundation section in MSDN, to learn more.
See Also
Feedback