FontStretch.LessThanOrEqual(FontStretch, FontStretch) Opérateur
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.
Évalue deux instances pour FontStretch déterminer si une instance est inférieure ou égale à l’autre.
public:
static bool operator <=(System::Windows::FontStretch left, System::Windows::FontStretch right);
public static bool operator <=(System.Windows.FontStretch left, System.Windows.FontStretch right);
static member ( <= ) : System.Windows.FontStretch * System.Windows.FontStretch -> bool
Public Shared Operator <= (left As FontStretch, right As FontStretch) As Boolean
Paramètres
- left
- FontStretch
Première instance de FontStretch comparaison.
- right
- FontStretch
Deuxième instance de FontStretch comparaison.
Retours
true si left est inférieur ou égal à right; sinon, false.