DataGridColumn.ActualWidth 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得資料行的目前寬度,以裝置獨立單位為單位, (每單位 1/96 英吋) 。
public:
property double ActualWidth { double get(); };
public double ActualWidth { get; }
member this.ActualWidth : double
Public ReadOnly Property ActualWidth As Double
屬性值
裝置獨立單位的資料行寬度 (每單位 1/96 英吋) 。 已註冊的預設值為 0。 如需哪些因素會影響值的詳細資訊,請參閱 DependencyProperty。
備註
屬性的值 ActualWidth 是用來排列資料行的儲存格和標頭。 值會強制在 和 MinWidth 條件約束內 MaxWidth 。
若要取得資料行的呈現寬度,請使用 DisplayValue 屬性的 Width 。