GridLengthHelper.GetIsAuto(GridLength) Metodo

Definizione

Restituisce un valore che indica se gridLength valutato è il valore speciale "Auto". Il codice C# e Microsoft Visual Basic devono usare invece 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

Parametri

target
GridLength

GridLength da valutare.

Restituisce

Boolean

bool

true se gridLength valutato è il valore speciale "Auto" ; in caso contrario, false.

Si applica a