DataGridLength.Value 属性

定义

获取 DataGridLength 的绝对值(以像素为单位)。

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

属性值

DataGridLength 的绝对值(以像素为单位),或者,如果 UnitType 属性设置为 Auto,则为 1.0。

适用于