struct
RadialGradient
A radial gradient to blend with the body color of a parent element.
Fields
Center | The Length2 configuration for the center position of the gradient in its parent element's local space. |
Color | The color of the gradient to blend with the body color of its parent element. |
Enabled | A flag to toggle the gradient's visibility. |
Radius | A Length2 configuration for the radii along the gradient's X and Y axes, determines the gradient's size. |
Rotation | The counter-clockwise rotation of the gradient (in degrees) around its Center. |
Constructors
RadialGradient(Color, Length2, Length2, float, bool) | Constructs a new RadialGradient. |