FontStretch.GreaterThan(FontStretch, FontStretch) 演算子

定義

FontStretch の 2 つのインスタンスを評価して、一方のインスタンスがもう一方のインスタンスより大きいかどうかを確認します。

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

パラメーター

left
FontStretch

最初に比較する FontStretch のインスタンス。

right
FontStretch

2 番目に比較する FontStretch のインスタンス。

戻り値

leftright より大きい場合は true。それ以外の場合は false

適用対象