FillType

FillType class

Specifies the interior fill type of various visual objects.

Constants

NameValueDescription
NotDefined-1The fill type is not defined.
NoFill0No fill applied.
Solid1Filled with a solid color.
Gradient2The fill is gradient.
Pattern3Repeating pattern is used to fill the object.
Picture4A single picture is used to fill the object.
Group5The 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.