SystemBackdropConfiguration.Theme Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property SystemBackdropTheme Theme { SystemBackdropTheme get(); void set(SystemBackdropTheme value); };
SystemBackdropTheme Theme();
void Theme(SystemBackdropTheme value);
public SystemBackdropTheme Theme { get; set; }
var systemBackdropTheme = systemBackdropConfiguration.theme;
systemBackdropConfiguration.theme = systemBackdropTheme;
Public Property Theme As SystemBackdropTheme