[]
Represents a list of gradient stops.
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
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. |