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