<< Click to Display Table of Contents >> NShape Reference
|
Specifies the additional color of the fill style.
IColorStyle AdditionalColorStyle { get; } |
Specifies the additional color of the fill style.
Applies only to fill modes that use two colors:
FillMode |
Effect |
---|---|
FillMode.Gradient |
The additional color is the color in the gradients top left corner. The base color is the color in the gradients bottom right corner. |
FillMode.Image |
Neither additional color nor base color is used. |
FillMode.Pattern |
The additional color is used as background color of the pattern. The base color is used as foreground color of the pattern. |
FillMode.Solid |
The additional color is not used. The base color defines the fill color. |