Share via


GridLengthHelper.GetIsAbsolute(GridLength) Método

Definición

Devuelve si gridLength evaluado es el valor "Absoluto" especial. En su lugar, el código de C# y Microsoft Visual Basic deben 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