float FontSize {get; set;}
__property float get_FontSize(); __property void set_FontSize( float value );
property float FontSize { float get(); void set ( float value); }
'Declaration Property FontSize As Single
'Usage Dim instance As IImGearARTPopupText Dim value As Single instance.FontSize = value value = instance.FontSize
IImGearARTPopupText Interface IImGearARTPopupText Members