SystemParameters.UIEffects Property

Definition

Gets a value that indicates whether all user interface (UI) effects are enabled.

public:
 static property bool UIEffects { bool get(); };
public static bool UIEffects { [System.Security.SecurityCritical] get; }
public static bool UIEffects { get; }
[<get: System.Security.SecurityCritical>]
static member UIEffects : bool
static member UIEffects : bool
Public Shared ReadOnly Property UIEffects As Boolean

Property Value

true if all UI effects are enabled; false if they are disabled.

Attributes

Remarks

Maps to SPI_GETUIEFFECTS. See SystemParametersInfo.

XAML attribute usage

<object property="{ SystemParameters.UIEffects}"/>

Applies to