NShape Reference
IFillStyle.AdditionalColorStyle Property

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > IFillStyle Interface >

NShape Reference
IFillStyle.AdditionalColorStyle Property

Previous pageReturn to chapter overviewNext page

Specifies the additional color of the fill style.

Syntax

IColorStyle AdditionalColorStyle { get; }

Description

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.