'Declaration Public Property RightBottom As ImGearPoint
'Usage Dim instance As ImGearEllipse Dim value As ImGearPoint instance.RightBottom = value value = instance.RightBottom
public ImGearPoint RightBottom {get; set;}
public: __property ImGearPoint get_RightBottom(); public: __property void set_RightBottom( ImGearPoint value );
public: property ImGearPoint RightBottom { ImGearPoint get(); void set ( ImGearPoint value); }