'Declaration Public Property Height As ImGearXMPReal
'Usage Dim instance As ImGearXMPDimensions Dim value As ImGearXMPReal instance.Height = value value = instance.Height
public ImGearXMPReal Height {get; set;}
public: __property ImGearXMPReal* get_Height(); public: __property void set_Height( ImGearXMPReal* value );
public: property ImGearXMPReal^ Height { ImGearXMPReal^ get(); void set ( ImGearXMPReal^ value); }