FontStretch.LessThanOrEqual(FontStretch, FontStretch) Operator

定義

FontStretchの 2 つのインスタンスを評価して、1 つのインスタンスがもう一方のインスタンスより小さいか等しいかを判断します。

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

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

返品

true leftright以下の場合は。それ以外の場合はfalse

適用対象