[]
Represents the color stop point for a gradient fill in a range or selection.
public interface IColorStop
Public Interface IColorStop
Name | Description |
---|---|
Color | Gets or sets the Color of the represented IColorStop. |
Position | Gets or sets the position of the IColorStop (read or write). |
ThemeColor | Gets or sets the theme color of the represented object (read or write). |
TintAndShade | Gets or sets the tint and shade of the represented object (read or write). The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral. |
Name | Description |
---|---|
Delete() | Deletes the represented object. |