NShape Reference
IFillStyle.FillPattern Property

<< Click to Display Table of Contents >>

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

NShape Reference
IFillStyle.FillPattern Property

Previous pageReturn to chapter overviewNext page

Specifies the pattern of the fill style.

Syntax

HatchStyle FillPattern { get; }

Description

Specifies the pattern (System.Drawing.Drawing2D.HatchStyle) of the fill style.

Applies only to fill mode FillMode.Pattern:

FillMode

Effect

FillMode.Gradient

No pattern is used.

FillMode.Image

No pattern 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

No pattern is used.