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