ImageGear .NET v24.12 - Updated
RadiusY Property (ImGearVectorEntityArc)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityArc Class : RadiusY Property
Gets or sets a radius of the elliptical arc along the y-axis.
Syntax
'Declaration
 
Public Property RadiusY As Single
'Usage
 
Dim instance As ImGearVectorEntityArc
Dim value As Single
 
instance.RadiusY = value
 
value = instance.RadiusY
public float RadiusY {get; set;}
public: __property float get_RadiusY();
public: __property void set_RadiusY( 
   float value
);
public:
property float RadiusY {
   float get();
   void set (    float value);
}

Property Value

Any positive value.
See Also

Reference

ImGearVectorEntityArc Class
ImGearVectorEntityArc Members