Partager via


GridLengthHelper.GetIsAuto(GridLength) Méthode

Définition

Retourne si gridLength évalué est la valeur auto spéciale. Le code C# doit utiliser GridLength.IsAuto à la place.

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

Paramètres

target
GridLength

GridLength à évaluer.

Retours

Boolean

bool

true si gridLength évalué est la valeur auto spéciale ; sinon, false.

S’applique à