<< Click to Display Table of Contents >> NShape Reference
|
Specifies the pattern of the fill style.
HatchStyle FillPattern { get; } |
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. |