SystemParameters.ToolTipFade プロパティ

定義

ツールヒント アニメーションでフェード効果またはスライド効果のどちらを使用するかを示す値を取得します。

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

プロパティ値

true フェード効果を使用する場合。スライド効果を使用する場合に false します。

属性

注釈

ToolTipAnimation を有効にする必要があります。

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

XAML 属性の使用方法

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

適用対象