GridLength.IsAbsolute Propriedade

Definição

Obtém um valor que indica se contém GridLength um valor expresso em pixels.

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

Valor de Propriedade

true se a GridUnitType propriedade for Pixel; caso contrário, false.

Aplica-se a

Ver também