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

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