[]
        
(Showing Draft Content)

C1.Document.GradientStopCollection

GradientStopCollection Class

Represents collection of the GradientStop objects.

Inheritance
NotifyCollection<GradientStop>
GradientStopCollection
Namespace: C1.Document
Assembly: C1.Document.4.6.2.dll
Syntax
public class GradientStopCollection : NotifyCollection<GradientStop>, IList<GradientStop>, ICollection<GradientStop>, IList, ICollection, IReadOnlyList<GradientStop>, IReadOnlyCollection<GradientStop>, IEnumerable<GradientStop>, IEnumerable, INotifyCollection
Public Class GradientStopCollection
    Inherits NotifyCollection(Of GradientStop)
    Implements IList(Of GradientStop), ICollection(Of GradientStop), IList, ICollection, IReadOnlyList(Of GradientStop), IReadOnlyCollection(Of GradientStop), IEnumerable(Of GradientStop), IEnumerable, INotifyCollection

Constructors

Name Description
GradientStopCollection()