PropertyID.ScreensaverEnabled Field |
public const Int32 ScreensaverEnabled = "value"
Public Const ScreensaverEnabled As Int32 = "value"
Enabling the screensaver helps prevent screen burn-in by ensuring that static images are not displayed for prolonged periods. This distributes pixel usage more evenly, reducing the risk of permanent image retention on the display.
When enabled, users can customize the screensaver according to their preferences.
Beside the enabling, the screensaver can be configured with the following properties:
SCREENSAVER_POLICY
determines when screensaver is activated;SCREENSAVER_COMPONENT
determines which screensaver app is used; SCREENSAVER_DATALOGIC
contains the list of screensavers managed by `Datalogic Screensaver` application.
The user would still be able to access and control this configuration from the main Settings,
or dedicated tile in quick settings panel.
Therefore, this parameter can be use with SCREENSAVER_SETTING_DIMMED
to prevent the user to change the configuration of this feature.
The class of the property is BooleanProperty
.
© 2016 Datalogic S.p.A. and/or its affiliates. All rights reserved. Datalogic and the Datalogic logo are registered trademarks of Datalogic S.p.A. in many countries including the U.S.A. and the E.U. All other trademarks are the property of their respective owners.