[]
Specifies a fill type.
public enum FillType
Public Enum FillType
| Name | Description |
|---|---|
| Gradient | A gradient is used to fill the object. |
| Image | An image is used to fill the object. |
| NoFill | No fill is applied to the object. |
| Pattern | A repeated pattern is used to fill the object. |
| Solid | A solid color is used to fill the object. |