Share via


BrightnessOverrideSettings.DesiredNits Property

Definition

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.

Applies to