FillStartPoint
The FillStartPoint enumeration is used to represent the starting point of a fill type.
| attributes | description |
|---|---|
| Left | Indicates that the starting point of the fill is on the left side of the UI component. |
| Top | Indicates that the fill starting point is at the top of the UI component. |
| Right | Indicates that the starting point of the fill is on the right side of the UI component. |
| Bottom | Indicates that the starting point of the fill is at the bottom of the UI component. |
