共用方式為


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

適用於