FontWeight.LessThanOrEqual(FontWeight, FontWeight) Operator

Definition

Evaluates two instances of FontWeight to determine whether one instance is less than or equal to the other.

C#
public static bool operator <= (System.Windows.FontWeight left, System.Windows.FontWeight right);

Parameters

left
FontWeight

The first instance of FontWeight to compare.

right
FontWeight

The second instance of FontWeight to compare.

Returns

true if left is less than or equal to right; otherwise, false.

Remarks

Lighter font weights are lesser than heavier font weights. For example, a "Light" or "Normal" font weight is lesser than an "UltraBold" font weight.

Applies to

제품 버전
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9