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

注解

Dependency 属性信息

物品 Value
标识符字段 WidthProperty
元数据属性设置为 true AffectsMeasure

适用于