FontWeight::GreaterThan Operator (FontWeight, FontWeight)
.NET Framework (current version)
Evaluates two instances of FontWeight to determine whether one instance is greater than the other.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- left
-
Type:
System.Windows::FontWeight
The first instance of FontWeight to compare.
- right
-
Type:
System.Windows::FontWeight
The second instance of FontWeight to compare.
Lighter font weights are lesser than heavier font weights. For example, a "Light" or "Normal" font weight is lesser than an "UltraBold" font weight.
.NET Framework
Available since 3.0
Available since 3.0
Show: