BrightnessOverrideSettings.DesiredLevel Property
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.
Gets the desired brightness level.
public:
property double DesiredLevel { double get(); };
double DesiredLevel();
public double DesiredLevel { get; }
var double = brightnessOverrideSettings.desiredLevel;
Public ReadOnly Property DesiredLevel As Double
Property Value
Double
double
The desired brightness level.
Remarks
If the BrightnessOverrideSettings object was created using CreateFromNits, this value will map to the perceivable brightness level equal to the specified nits.