GridLength.IsAbsolute プロパティ

定義

GridLengthがピクセル単位で表される値を保持するかどうかを示す値を取得します。

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

プロパティ値

true GridUnitType プロパティがPixelの場合はfalse

適用対象

こちらもご覧ください