Compartilhar via


GridLengthHelper.GetIsAuto(GridLength) Método

Definição

Retorna se GridLength avaliado é o valor automático especial. Em vez disso, o código C# deve 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

O GridLength a ser avaliado.

Retornos

Boolean

bool

true se o GridLength avaliado for o valor automático especial; caso contrário, false.

Aplica-se a