FontStretch.LessThanOrEqual(FontStretch, FontStretch) Operator

Definition

Wertet zwei Instanzen aus, um FontStretch zu bestimmen, ob eine Instanz kleiner oder gleich dem anderen ist.

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

Parameter

left
FontStretch

Die erste Zu vergleichende FontStretch Instanz.

right
FontStretch

Die zweite Instanz des Vergleichs FontStretch .

Gibt zurück

true ist left kleiner oder gleich right; andernfalls false.

Gilt für: