ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / SVGStyle Class / Ry Property

In This Topic
    Ry Property
    In This Topic
    Vertical radius of the ellipse
    Syntax
    'Declaration
     
    Public Property Ry As Nullable(Of Double)
    public Nullable<double> Ry {get; set;}
    See Also