SystemParameters.MouseHoverHeight プロパティ

定義

マウスのポイント イベントを生成するために、マウス ポインターが収まっている必要のある四角形の高さ (ピクセル単位) を取得します。

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

プロパティ値

マウスのポイント イベントに使用される四角形の高さ。

属性

注釈

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

XAML 属性の使用方法

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

適用対象