int Height {get; set;}
__property int get_Height(); __property void set_Height( int value );
property int Height { int get(); void set ( int value); }
'Declaration Property Height As Integer
'Usage Dim instance As IImGearARTPopupText Dim value As Integer instance.Height = value value = instance.Height
IImGearARTPopupText Interface IImGearARTPopupText Members