NShape Reference
IFillStyle.BaseColorStyle Property

<< Click to Display Table of Contents >>

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

NShape Reference
IFillStyle.BaseColorStyle Property

Previous pageReturn to chapter overviewNext page

Specifies the base color of the fill style.

Syntax

IColorStyle BaseColorStyle { get; }

Description

Specifies the base color of the fill style.

Applies only to fill modes that use 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.