'Declaration Public Shared Property LabProfile As ImGearColorProfile
'Usage Dim value As ImGearColorProfile ImGearColorProfileManager.LabProfile = value value = ImGearColorProfileManager.LabProfile
public static ImGearColorProfile LabProfile {get; set;}
public: __property static ImGearColorProfile* get_LabProfile(); public: __property static void set_LabProfile( ImGearColorProfile* value );
public: static property ImGearColorProfile^ LabProfile { ImGearColorProfile^ get(); void set ( ImGearColorProfile^ value); }