FillType

FillType enumeration

Specifies the interior fill type of various visual objects.

public enum FillType : sbyte

Values

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.

See Also