Share via


SystemParameters.UIEffects Vlastnost

Definice

Získá hodnotu, která označuje, zda jsou povoleny všechny efekty uživatelského rozhraní (UI).

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

Hodnota vlastnosti

true pokud jsou povoleny všechny efekty uživatelského rozhraní; false pokud jsou zakázané.

Atributy

Poznámky

Mapuje se na SPI_GETUIEFFECTS. Viz SystemParametersInfo.

Použití atributu XAML

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

Platí pro