Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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.

Gets or sets the theme that should be applied to the system backdrop that is controlled by this configuration object.

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

Property Value

A value of the enumeration that indicates which theme should be applied to the system backdrop.

Applies to


Feedback

Was this page helpful?