FillOrigin
The FillOrigin enumeration defines the starting point for image filling in the Image component.
| attributes | description |
|---|---|
| Center | Fills from the center of the image. |
| Left | Fills from the left side of the image. |
| Top | Fill from the top of the image. |
| Right | Fill from the right side of the image. |
| Bottom | Fill from the bottom of the image. |
| LeftTop | Fills from the top left corner of the image and fills towards the bottom right. |
| RightTop | Fill the image starting from the top right corner and fill towards the bottom left. |
| RightBottom | Fill from the bottom right corner of the image, filling towards the top left corner. |
| LeftBottom | Fill from the bottom left corner of the image and fill towards the top right corner. |
