ColumnDefinition.ActualWidth 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 a value that represents the actual calculated width of a ColumnDefinition.
public:
property double ActualWidth { double get(); };
double ActualWidth();
public double ActualWidth { get; }
var double = columnDefinition.actualWidth;
Public ReadOnly Property ActualWidth As Double
Property Value
Double
double
A Double that represents the actual calculated width in pixels. The default is 0.