FontWeights.Light Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a font weight value of 300.
public:
static property FontWeight Light { FontWeight get(); };
static FontWeight Light();
public static FontWeight Light { get; }
var fontWeight = FontWeights.light;
Public Shared ReadOnly Property Light As FontWeight
Property Value
A FontWeight with a Weight value of 300.