SystemParameters.UIEffects プロパティ

定義

すべてのユーザー インターフェイス (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

プロパティ値

true すべての UI 効果が有効になっている場合は 。 false 無効になっている場合は 。

属性

注釈

SPI_GETUIEFFECTSにマップされます。 「SystemParametersInfo」を参照してください。

XAML 属性の使用方法

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

適用対象