Share via


ColumnDefinition.ActualWidth Property

Definition

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.

Applies to