Compartir a través de


GridLengthHelper.GetIsAbsolute(GridLength) Método

Definición

Devuelve si gridLength evaluado es el valor absoluto especial. En su lugar, el código de C# debe usar GridLength.IsAbsolute .

public:
 static bool GetIsAbsolute(GridLength target);
 static bool GetIsAbsolute(GridLength const& target);
public static bool GetIsAbsolute(GridLength target);
function getIsAbsolute(target)
Public Shared Function GetIsAbsolute (target As GridLength) As Boolean

Parámetros

target
GridLength

GridLength que se va a evaluar.

Devoluciones

Boolean

bool

true si gridLength evaluado es el valor absoluto especial; de lo contrario, false.

Se aplica a