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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.