DataGridLength.Value 屬性

定義

取得 DataGridLength 的絕對值,以像素為單位。

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

屬性值

Double

DataGridLength 的絕對值 (以像素為單位),但如果 UnitType 屬性設定為 Auto,則為 1.0。

適用於