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