GradientStop Constructors
Name | Parameters | Description |
---|---|---|
GradientStop(OfficeColor, Double) | color, position | Initializes a new instance of the GradientStop class with specified settings. |
GradientStop(SchemeColors, Double) | color, position | Initializes a new instance of the GradientStop class with specified settings. |
GradientStop(SystemColors, Double) | color, position | Initializes a new instance of the GradientStop class with specified settings. |
GradientStop(Color, Double) | color, position | Initializes a new instance of the GradientStop class with specified settings. |
See Also