FontStretch.GreaterThan(FontStretch, FontStretch) Operador

Definição

Avalia duas instâncias de FontStretch para determinar se uma instância é maior do que a outra.

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

Parâmetros

left
FontStretch

Primeira vez FontStretch comparar.

right
FontStretch

Segunda vez para FontStretch comparar.

Devoluções

true se left for maior que right; caso contrário, false.

Aplica-se a