ColumnDefinition.ActualWidth 属性

定义

获取一个值,该值表示实际计算所得的 ColumnDefinition 宽度。

public:
 property double ActualWidth { double get(); };
public double ActualWidth { get; }
member this.ActualWidth : double
Public ReadOnly Property ActualWidth As Double

属性值

Double

一个 Double,它表示实际计算所得的宽度(以与设备无关的像素为单位)。 默认值为 0.0。

注解

此属性是基于其他宽度输入和布局系统的计算值。

添加或删除行或列时,所有 ActualWidth 元素的所有 ColumnDefinition 元素和 ActualHeight 所有 RowDefinition 元素变为零,直到 Measure 调用为止。

适用于