Class LedBrightnessChangedEventArgs
Definition
- Assembly:
- Tizen.System.dll
LedBrightnessChangedEventArgs is an extended EventArgs class. This class contains event arguments for the LedBrightnessChanged event from the LED class.
C#
Copy
public class LedBrightnessChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args LedBrightness Changed Event Args
Properties
View Source
Brightness
Brightness indicates the current brightness level of the display as an integer.
Declaration
C#
Copy
public int Brightness { get; }
Property Value
Type | Description |
---|---|
int |