Radius Property (SvgRadialGradientElement)
In This Topic
Gets or sets the radius of the end circle for the radial gradient.
Syntax
'Declaration
Public Property Radius As System.Nullable(Of SvgLength)
public System.Nullable<SvgLength> Radius {get; set;}
See Also