[]
Specifies a fill type.
public enum FillType
Gradient = 3
A gradient is used to fill the object.
Image = 4
An image is used to fill the object.
NoFill = 0
No fill is applied to the object.
Pattern = 2
A repeated pattern is used to fill the object.
Solid = 1
A solid color is used to fill the object.