BrightnessOverrideSettings.DesiredNits 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 Nits level.
public:
property float DesiredNits { float get(); };
float DesiredNits();
public float DesiredNits { get; }
var single = brightnessOverrideSettings.desiredNits;
Public ReadOnly Property DesiredNits As Single
Property Value
Single
float
If the BrightnessOverrideSettings object was created using CreateFromLevel, this value will map to the perceivable brightness in nits equal to the specified brightness level.