Sizing rule of a radial gradient, mirroring the CSS radial-gradient extent keywords.
| Property | Description |
|---|---|
| FarthestCorner | Reach the corner of the element farthest from the gradient center (CSS default). |
| FarthestSide | Reach the side of the element farthest from the gradient center. |
| ClosestCorner | Reach the corner of the element closest to the gradient center. |
| ClosestSide | Reach the side of the element closest to the gradient center. |