ColumnDefinition.Width プロパティ

定義

ColumnDefinition 要素の計算された幅を取得するか、ColumnDefinition で定義されている列の GridLength 値を設定します。

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

プロパティ値

列の幅を表す GridLength。 既定値は 1.0 です。

注釈

既定の GridUnitTypeStar です。

行または列を追加または削除すると、 ActualWidth が呼び出されるまでMeasure、すべてのColumnDefinition要素とすべてのRowDefinition要素の の ActualHeight が 0 になります。

依存プロパティ情報

識別子フィールド WidthProperty
に設定されたメタデータ プロパティ true なし

適用対象