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}”/>

适用于