'Declaration Public Property ColorProfile As ImGearColorProfile
'Usage Dim instance As ImGearRasterPage Dim value As ImGearColorProfile instance.ColorProfile = value value = instance.ColorProfile
public ImGearColorProfile ColorProfile {get; set;}
public: __property ImGearColorProfile* get_ColorProfile(); public: __property void set_ColorProfile( ImGearColorProfile* value );
public: property ImGearColorProfile^ ColorProfile { ImGearColorProfile^ get(); void set ( ImGearColorProfile^ value); }