RadiusY Property (ImGearVectorEntityEllipse)
In This Topic
Gets or sets a radius of the ellipse along the y-axis.
Syntax
'Declaration
Public Property RadiusY As Single
'Usage
Dim instance As ImGearVectorEntityEllipse
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