double Bottom {get; set;}
__property double get_Bottom(); __property void set_Bottom( double value );
property double Bottom { double get(); void set ( double value); }
'Declaration Property Bottom As Double
'Usage Dim instance As IImGearDoubleRectangle Dim value As Double instance.Bottom = value value = instance.Bottom
IImGearDoubleRectangle Interface IImGearDoubleRectangle Members