Compartir a través de


GridLengthHelper.GetIsAuto(GridLength) Método

Definición

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

public:
 static bool GetIsAuto(GridLength target);
 static bool GetIsAuto(GridLength const& target);
public static bool GetIsAuto(GridLength target);
function getIsAuto(target)
Public Shared Function GetIsAuto (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 auto especial; de lo contrario, false.

Se aplica a