Share via


BrightnessOverride.IsOverrideActive Property

Definition

BOOLEAN value that indicates whether the brightness override is active. If TRUE, the current brightness level matches the override brightness level. This property value will always be FALSE if StartOverride() isn’t called.

public:
 property bool IsOverrideActive { bool get(); };
bool IsOverrideActive();
public bool IsOverrideActive { get; }
var boolean = brightnessOverride.isOverrideActive;
Public ReadOnly Property IsOverrideActive As Boolean

Property Value

Boolean

bool

Applies to