Class LedBrightnessChangedEventArgs
Definition
- Namespace:
- Tizen.System
- Assembly:
- Tizen.System.dll
- API Level:
- 3
LedBrightnessChangedEventArgs is an extended EventArgs class. This class contains event arguments for the LedBrightnessChanged event from the LED class.
C#Copypublic class LedBrightnessChangedEventArgs : EventArgs
- Inheritance
Properties
View Source
Brightness
Brightness indicates the current brightness level of the display as an integer.
Declaration
C#Copypublic int Brightness { get; }
Property Value
Type | Description |
---|---|
System.Int32 |