'Declaration Public Property L As ImGearXMPReal
'Usage Dim instance As ImGearXMPColorant Dim value As ImGearXMPReal instance.L = value value = instance.L
public ImGearXMPReal L {get; set;}
public: __property ImGearXMPReal* get_L(); public: __property void set_L( ImGearXMPReal* value );
public: property ImGearXMPReal^ L { ImGearXMPReal^ get(); void set ( ImGearXMPReal^ value); }