In This Topic
Radius of the circle, ellipse or rounded corner on the rect
Syntax
'Declaration
Public Property R As System.String
'Usage
Dim instance As SVGStyle
Dim value As System.String
instance.R = value
value = instance.R
public System.string R {get; set;}
public read-write property R: System.String;
public function get,set R : System.String
public: __property System.string* get_R();
public: __property void set_R(
System.string* value
);
public:
property System.String^ R {
System.String^ get();
void set ( System.String^ value);
}
See Also