Table of Contents

Method DoInsideTempAppearanceIsDark

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

DoInsideTempAppearanceIsDark(bool?, Action?)

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

public static void DoInsideTempAppearanceIsDark(bool? tempAppearanceIsDark, Action? action)

Parameters

tempAppearanceIsDark bool?

Temporary value for the AppearanceIsDarkOverride property.

action Action

Action to call.