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

サイズの決定方法を表す型。

適用対象