TableColumn.Width 屬性

定義

取得或設定 TableColumn 項目的寬度。 Width 屬性會從兩邊測量 TableColumn 內容、邊框距離和框線的總和。

public:
 property System::Windows::GridLength Width { System::Windows::GridLength get(); void set(System::Windows::GridLength value); };
public System.Windows.GridLength Width { get; set; }
member this.Width : System.Windows.GridLength with get, set
Public Property Width As GridLength

屬性值

TableColumn 項目的寬度,作為 GridLength

備註

相依性屬性資訊

識別碼欄位 WidthProperty
設定為 的中繼資料屬性 true AffectsMeasure

適用於