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

表示列宽的 GridLength。 默认值为 1.0。

注解

默认 GridUnitTypeStar

添加或删除行或列时,所有 ActualWidth 元素的所有 ColumnDefinition 元素和 ActualHeight 所有 RowDefinition 元素变为零,直到 Measure 调用为止。

依赖项属性信息

标识符字段 WidthProperty
元数据属性设置为 true

适用于