DataGridHeaderBorder.IsPressed 属性

定义

获取或设置一个值,该值指示是否按下标题。

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

属性值

true 如果标题显示为按下,则为否则,为 false. 已注册的默认值为 false。 有关影响值的内容的详细信息,请参阅 DependencyProperty

适用于