Method DoInsideTempAppearanceIsDark
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
ActionAction to call.