GridLength.IsAbsolute プロパティ

定義

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

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

プロパティ値

Boolean

GridUnitType プロパティが Pixel の場合は true。それ以外の場合は false

適用対象

こちらもご覧ください