ImageGear .NET v24.12 - Updated
RadiusX Property (ImGearVectorEntityEllipse)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityEllipse Class : RadiusX Property
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

Reference

ImGearVectorEntityEllipse Class
ImGearVectorEntityEllipse Members