Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgRadialGradientElement Class / Radius Property

In This Topic
    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