GridLength.IsAbsolute Свойство
Определение
Получает значение, указывающее, содержит ли GridLength значение выражаемое в пикселях.Gets a value that indicates whether the GridLength holds a value that is expressed in pixels.
public:
property bool IsAbsolute { bool get(); };
public bool IsAbsolute { get; }
member this.IsAbsolute : bool
Public ReadOnly Property IsAbsolute As Boolean
Значение свойства
Значение true
, если свойство GridUnitType является Pixel; в противном случае — false
.true
if the GridUnitType property is Pixel; otherwise, false
.