TableColumn.Width Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.