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