ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / SVGStyle Class / Cy Property

In This Topic
    Cy Property
    In This Topic
    the y-axis coordinate of the center of the circle, or ellipse
    Syntax
    'Declaration
     
    
    Public Property Cy As Nullable(Of Double)
    public Nullable<double> Cy {get; set;}
    See Also