ImageGear .NET v25.1 - Updated
Brightness Property (ImGearContrastSettings)




ImageGear.Core Assembly > ImageGear.Display Namespace > ImGearContrastSettings Structure : Brightness Property
Gets or sets brightness attribute.
Syntax
'Declaration
 
Public Property Brightness As Double
'Usage
 
Dim instance As ImGearContrastSettings
Dim value As Double
 
instance.Brightness = value
 
value = instance.Brightness
public double Brightness {get; set;}
public: __property double get_Brightness();
public: __property void set_Brightness( 
   double value
);
public:
property double Brightness {
   double get();
   void set (    double value);
}

Property Value

Double value.
See Also

Reference

ImGearContrastSettings Structure
ImGearContrastSettings Members
IImGearContrastSettings Interface