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