Table of Contents

Method DoInsideTempIsDarkOverride

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

DoInsideTempIsDarkOverride(bool?, Action?)

Calls the specified action inside the block which temporary changes value of the IsDarkOverride property.

public static void DoInsideTempIsDarkOverride(bool? tempIsDarkOverride, Action? action)

Parameters

tempIsDarkOverride bool?

Temporary value for the IsDarkOverride property.

action Action

Action to call.