[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.GradientStopList

GradientStopList Class

Represents a list of gradient stops.

Inheritance
GradientStopList
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class GradientStopList : FormattingBagList<GradientStop>, IReadOnlyList<GradientStop>, IReadOnlyCollection<GradientStop>, IEnumerable<GradientStop>, IEnumerable
Public Class GradientStopList
    Inherits FormattingBagList(Of GradientStop)
    Implements IReadOnlyList(Of GradientStop), IReadOnlyCollection(Of GradientStop), IEnumerable(Of GradientStop), IEnumerable

Methods

Name Description
Add(ThemeColorId, float)

Adds a new gradient stop in the color band.

Add(Color, float)

Adds a new gradient stop in the color band.

Equals(object)
GetHashCode()
Insert(ThemeColorId, float, int)

Inserts a new gradient stop in the color band.

Insert(Color, float, int)

Inserts a new gradient stop in the color band.

Remove(int)

Removes the gradient stop from the color band.