UISettingsAnimationsEnabledChangedEventArgs Class

Definition

Contains event data for the AnimationsEnabledChanged event.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 655360)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UISettingsAnimationsEnabledChangedEventArgs
Inheritance
Object UISettingsAnimationsEnabledChangedEventArgs
Attributes

Windows requirements

Device family
Windows 10, version 2004 (introduced in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v10.0)

Remarks

These animations can be set by the user through the Accessibility visual effects settings (Settings -> Accessibility -> Visual effects).

The settings include persistent scrollbars, transparency effects, animation effects, and notification duration.

Screenshot of the Accessibility Visual effects settings dialog.

Applies to

Product Versions
WinRT Build 19041, Build 20348, Build 22000, Build 22621, Build 26100

See also