Share via


UISettingsController.SetAdvancedEffectsEnabled(Boolean) Method

Definition

Turn complex window display effects on or off through the Accessibility visual effects settings (Settings -> Accessibility -> Visual effects).

public:
 virtual void SetAdvancedEffectsEnabled(bool value) = SetAdvancedEffectsEnabled;
void SetAdvancedEffectsEnabled(bool const& value);
public void SetAdvancedEffectsEnabled(bool value);
function setAdvancedEffectsEnabled(value)
Public Sub SetAdvancedEffectsEnabled (value As Boolean)

Parameters

value
Boolean

bool

True, if enabled. Otherwise, false.

Remarks

Important

This API requires the use of the IoT systemManagement capability, and the inclusion of iot in the IgnorableNamespaces list.

Add the following to the Package.appmanifest:

  • To <Package>
    • IgnorableNamespaces="iot"
  • Under <Capabilities>
    • <iot:Capability Name="systemManagement"/>

Applies to

See also