Back to Devexpress

GradientStopCollection Class

corelibraries-devexpress-dot-xtragauges-dot-core-dot-drawing-aceef507.md

latest1.7 KB
Original Source

GradientStopCollection Class

Represents a collection of gradient stops.

Namespace : DevExpress.XtraGauges.Core.Drawing

Assembly : DevExpress.XtraGauges.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public sealed class GradientStopCollection :
    BaseChangeableList<GradientStop>
vb
Public NotInheritable Class GradientStopCollection
    Inherits BaseChangeableList(Of GradientStop)

The following members return GradientStopCollection objects:

Remarks

Please refer to the Painting with Solid Colors and Gradients Overview topic in the Windows Presentation Foundation section in MSDN, to learn more.

Inheritance

Object BaseObject DevExpress.XtraGauges.Core.Base.BaseReadOnlyList<DevExpress.XtraGauges.Core.Drawing.GradientStop> DevExpress.XtraGauges.Core.Base.BaseChangeableList<DevExpress.XtraGauges.Core.Drawing.GradientStop> GradientStopCollection

See Also

GradientStopCollection Members

DevExpress.XtraGauges.Core.Drawing Namespace