FillType
Contents
[
Hide
]FillType class
Specifies the interior fill type of various visual objects.
Constants
Name | Value | Description |
---|---|---|
NotDefined | -1 | The fill type is not defined. |
NoFill | 0 | No fill applied. |
Solid | 1 | Filled with a solid color. |
Gradient | 2 | The fill is gradient. |
Pattern | 3 | Repeating pattern is used to fill the object. |
Picture | 4 | A single picture is used to fill the object. |
Group | 5 | The visual object inherits the fill properties from the group. |
NotDefined
The fill type is not defined.
NoFill
No fill applied.
Solid
Filled with a solid color.
Gradient
The fill is gradient.
Pattern
Repeating pattern is used to fill the object.
Picture
A single picture is used to fill the object.
Group
The visual object inherits the fill properties from the group.