| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property PaintContrast As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual int PaintContrast {get; set;} | |
Return Value
The current contrast value.For an example, refer to PaintGamma.
Amount of contrast change. Valid values are -1000 to +1000 with 0 as the default value.
For more information, refer to Changing Brightness and Contrast .
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code