SystemParameters.MenuAnimation プロパティ

定義

メニュー アニメーション機能が有効かどうかを示す値を取得します。

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

プロパティ値

true メニュー アニメーションが有効な場合は〘。それ以外の場合は false

属性

注釈

SPI_GETMENUANIMATIONにマップします。 SystemParametersInfo を参照してください。

XAML 属性の使用方法

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

適用対象