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

适用于