<< Click to Display Table of Contents >> NShape Reference
|
Specifies the fill mode of the fill style.
FillMode FillMode { get; } |
Specifies the fill mode of the fill style.
The fill style affects the appearance of the filling and the usage of properties:
FillMode |
Effect |
---|---|
FillMode.Gradient |
The filling consists of a color 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 |
The filling consists of a bitmap- or vector image. |
FillMode.Pattern |
The filling consists of a 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 filling consists of a solid color. The additional color is not used. The base color defines the color. |