public double Bottom {get; set;}
public: __property double get_Bottom(); public: __property void set_Bottom( double value );
public: property double Bottom { double get(); void set ( double value); }
'Declaration Public Property Bottom As Double
'Usage Dim instance As ImGearDoubleRectangle Dim value As Double instance.Bottom = value value = instance.Bottom
ImGearDoubleRectangle Structure ImGearDoubleRectangle Members