TableColumn.Width Property

Definition

Gets or sets the width of a TableColumn element. The Width property measures the sum of the TableColumn content, padding, and border from side to side.

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

Property Value

The width of the TableColumn element, as a GridLength.

Remarks

Dependency Property Information

Identifier field WidthProperty
Metadata properties set to true AffectsMeasure

Applies to