共用方式為


UniformGrid.Columns 屬性

定義

取得或設定格線的欄數。

public:
 property int Columns { int get(); void set(int value); };
public int Columns { get; set; }
member this.Columns : int with get, set
Public Property Columns As Integer

屬性值

Int32

方格中的資料行數目。 預設值是 0。

備註

屬性的零值 (0) Columns ,指定資料行計數是根據 中的資料列數目和 中 Grid 可見的子項目數目來計算。

的值 FirstColumn 必須小於 屬性 UniformGrid 的值 Columns ,才能正確運作。

相依性屬性資訊

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

適用於

另請參閱