ASP.NET Core 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 System.Nullable(Of Double)
    'Usage
     
    
    Dim instance As SVGStyle
    Dim value As System.Nullable(Of Double)
     
    instance.Cx = value
     
    value = instance.Cx
    public System.Nullable<double> Cx {get; set;}
    public read-write property Cx: System.Nullable; 
    public function get,set Cx : System.Nullable
    public: __property System.Nullable<double> get_Cx();
    public: __property void set_Cx( 
       System.Nullable<double> value
    );
    public:
    property System.Nullable<double> Cx {
       System.Nullable<double> get();
       void set (    System.Nullable<double> value);
    }
    See Also