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