field
RadialGradient.Radius
A Length2 configuration for the radii along the gradient's X and Y axes, determines the gradient's size.
Declaration
public Length2 Radius;
Remarks
Setting a radius to 0
is equivalent to setting the radius to float.PositiveInfinity
and
can be used to achieve a linear-style gradient.