public double Contrast {get; set;}
public: __property double get_Contrast(); public: __property void set_Contrast( double value );
public: property double Contrast { double get(); void set ( double value); }
'Declaration Public Property Contrast As Double
'Usage Dim instance As ImGearContrastSettings Dim value As Double instance.Contrast = value value = instance.Contrast
ImGearContrastSettings Structure ImGearContrastSettings Members IImGearContrastSettings Interface