GridLengthHelper.GetIsAuto(GridLength) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
.