In This Topic
Horisontal radius of the ellipse
Syntax
'Declaration
Public Property Rx As System.Nullable(Of Double)
'Usage
Dim instance As SVGStyle
Dim value As System.Nullable(Of Double)
instance.Rx = value
value = instance.Rx
public System.Nullable<double> Rx {get; set;}
public read-write property Rx: System.Nullable;
public function get,set Rx : System.Nullable
public: __property System.Nullable<double> get_Rx();
public: __property void set_Rx(
System.Nullable<double> value
);
public:
property System.Nullable<double> Rx {
System.Nullable<double> get();
void set ( System.Nullable<double> value);
}
See Also