DataGridHeaderBorder.IsHovered 属性

定义

获取或设置一个值,该值指示是否将标题显示为鼠标指向状态。

public:
 property bool IsHovered { bool get(); void set(bool value); };
public bool IsHovered { get; set; }
member this.IsHovered : bool with get, set
Public Property IsHovered As Boolean

属性值

如果将标题显示为鼠标指向状态,则为 true;否则为 false。 已注册的默认值为 false。 有关可以影响值的因素的更多信息,请参见 DependencyProperty

适用于