RadiusX Property (ImGearVectorEntityEllipse)
In This Topic
Gets or sets a radius of the ellipse along the x-axis.
Syntax
'Declaration
Public Property RadiusX As Single
'Usage
Dim instance As ImGearVectorEntityEllipse
Dim value As Single
instance.RadiusX = value
value = instance.RadiusX
public float RadiusX {get; set;}
public: __property float get_RadiusX();
public: __property void set_RadiusX(
float value
);
public:
property float RadiusX {
float get();
void set ( float value);
}
Property Value
Any positive value.
See Also