Visual Basic (Declaration) | |
---|---|
Public Property PaintContrast As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int PaintContrast {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_PaintContrast(); public: __property void set_PaintContrast( int value ); |
Return Value
The current contrast value.For an example, refer to PaintGamma.
Amount of contrast change. Valid values are -1000 to +1000.
For more information, refer to Changing Brightness and Contrast.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family