IDisplayConfiguration Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IDisplayConfiguration
type IDisplayConfiguration = interface
Public Interface IDisplayConfiguration
Properties
AdaptiveBrightnessEnabled |
Gets a value that indicates if the operating system should use an ambient light sensor to adaptively change the display's brightness. |
DimmedBrightness |
Gets a value that indicates the display brightness percentage in the dimmed state. |
DimTimeout |
Gets a value that indicates the time to wait after the last user input has been received before dimming the display. |
NormalBrightness |
Gets a value that indicates the display brightness (%) in the normal state. |
SessionLockedPowerdownTimeout |
Gets a value that indicates the time to wait after the interactive session is locked (and sensors indicate the user is not present) before powering off the display. |
SessionUnlockedPowerdownTimeout |
Gets a value that indicates the time to wait after the last user input has been received before powering off the display. |