RadialGradient
Represents a radial gradient:
http://dev.w3.org/csswg/css-images-3/#radial-gradients
Enumeration with special size modes.
Gets the height.
Gets if the gradient should always be displayed as a circle.
Gets if the gradient is repeating.
Gets the special size mode of the gradient.
Gets an enumeration of all stops.
Gets the width.
Gets the x-position.
Gets the y-position.
public RadialGradient(bool circle, Point pt, Length width, Length height, SizeMode sizeMode, GradientStop[] stops, bool repeating = false)
Creates a new radial gradient.