SystemBackdropConfiguration.Theme Property

Definition

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