DataGridLength.IsAbsolute プロパティ

定義

このインスタンスが固定ピクセル値に基づいて要素のサイズを変更するかどうかを示す値を取得します。

public:
 property bool IsAbsolute { bool get(); };
public bool IsAbsolute { get; }
member this.IsAbsolute : bool
Public ReadOnly Property IsAbsolute As Boolean

プロパティ値

true UnitType プロパティが Pixel に設定されている場合は。それ以外の場合はfalse

適用対象