'Declaration Public Property CompositionColorSpace As ImGearColorSpace
'Usage Dim instance As ImGearLayeredPage Dim value As ImGearColorSpace instance.CompositionColorSpace = value value = instance.CompositionColorSpace
public ImGearColorSpace CompositionColorSpace {get; set;}
public: __property ImGearColorSpace get_CompositionColorSpace(); public: __property void set_CompositionColorSpace( ImGearColorSpace value );
public: property ImGearColorSpace CompositionColorSpace { ImGearColorSpace get(); void set ( ImGearColorSpace value); }