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

In This Topic
    RadiusY Property (SvgRectElement)
    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