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

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