MicaController.SetSystemBackdropConfiguration Method

Definition

Sets the app-specific policies to be applied to the system backdrop controller.

public:
 virtual void SetSystemBackdropConfiguration(SystemBackdropConfiguration ^ configuration) = SetSystemBackdropConfiguration;
void SetSystemBackdropConfiguration(SystemBackdropConfiguration const& configuration);
public void SetSystemBackdropConfiguration(SystemBackdropConfiguration configuration);
function setSystemBackdropConfiguration(configuration)
Public Sub SetSystemBackdropConfiguration (configuration As SystemBackdropConfiguration)

Parameters

configuration
SystemBackdropConfiguration

A configuration object that describes the app-specific policies to be applied to the system backdrop controller.

Implements

Remarks

A SystemBackdropConfiguration is required, and cannot be null. A system backdrop controller with no configuration will not do anything even if targets have been added.

Applies to