ColumnDefinition.ActualWidth Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that represents the actual calculated width of a ColumnDefinition.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.DoubleA Double that represents the actual calculated width in logical pixels. The default is 0.
This property is a calculated value that is based on other width inputs and the layout system.
When you add or remove rows or columns, the ActualWidth for all ColumnDefinition elements and the ActualHeight of all RowDefinition elements become zero until Measure is called.
Show: