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
tempAppearanceIsDarkbool?Temporary value for the AppearanceIsDarkOverride property.
actionActionAction to call.