SystemParameters.MouseHoverHeight 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取矩形的高度(以像素为单位),鼠标指针必须停留在该矩形范围内,以生成鼠标悬停事件。
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}”/>