Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgEllipseElement Class / RadiusY Property

In This Topic
    RadiusY Property (SvgEllipseElement)
    In This Topic
    Gets or sets the vertical radius.
    Syntax
    'Declaration
     
    Public Property RadiusY As System.Nullable(Of SvgLength)
    public System.Nullable<SvgLength> RadiusY {get; set;}
    See Also