GradientStop Constructors
A gradient stop that defines a color and its position in a GradientFill.| Name | Parameters | Description |
|---|---|---|
| GradientStop(OfficeColor, Single) | color, position | Initializes a new instance of the GradientStop class with specified settings. |
| GradientStop(SchemeColors, Single) | color, position | Initializes a new instance of the GradientStop class with specified settings. |
| GradientStop(SystemColors, Single) | color, position | Initializes a new instance of the GradientStop class with specified settings. |
| GradientStop(Color, Single) | color, position | Initializes a new instance of the GradientStop class with specified settings. |
See Also