Back to Devexpress

GradientStopCollection Class

officefileapi-devexpress-dot-docs-dot-presentation-bdf4040b.md

latest2.1 KB
Original Source

GradientStopCollection Class

Gradient stop collection.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public class GradientStopCollection :
    PresentationCollection<GradientStop>
vb
Public Class GradientStopCollection
    Inherits PresentationCollection(Of GradientStop)

The following members return GradientStopCollection objects:

Implements

IList<GradientStop>

ICollection<GradientStop>

IEnumerable<GradientStop>

IEnumerable

Inheritance

Object PresentationCollectionBase<GradientStop> PresentationCollection<GradientStop> GradientStopCollection

See Also

GradientStopCollection Members

DevExpress.Docs.Presentation Namespace