| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property PaintIntensity As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual int PaintIntensity {get; set;} | |
Return Value
The current intensity value.For an example, refer to PaintGamma.
Amount to change the intensity. Valid values are -1000 to +1000 with 0 as the default value. A positive value increases (or lightens) the brightness of the display. A negative values decreases (or darkens) the brightness of the display.
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