DataGridLength.UnitType 属性

定义

获取用于确定如何计算元素大小的类型。

public:
 property System::Windows::Controls::DataGridLengthUnitType UnitType { System::Windows::Controls::DataGridLengthUnitType get(); };
public System.Windows.Controls.DataGridLengthUnitType UnitType { get; }
member this.UnitType : System.Windows.Controls.DataGridLengthUnitType
Public ReadOnly Property UnitType As DataGridLengthUnitType

属性值

DataGridLengthUnitType

一个表示如何确定大小的类型。

适用于