GridLength.IsAbsolute Propiedad

Definición

Obtiene un valor que indica si GridLength contiene un valor que se expresa en píxeles.

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

Valor de propiedad

Boolean

Es true si la propiedad GridUnitType es Pixel; de lo contrario, es false.

Se aplica a

Consulte también