FontStretch.GreaterThan(FontStretch, FontStretch) Betreiber

Definition

Wertet zwei Instanzen von FontStretch aus, um zu bestimmen, ob eine Instanz größer als die andere 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 Instanz von FontStretch.

right
FontStretch

Zweite zu vergleichende Instanz von FontStretch.

Gibt zurück

true, wenn left größer als right ist, andernfalls false.

Gilt für: