FontWeight Property
Summary
Gets or sets the font weight.
Syntax
public FontWeight FontWeight { get; set; }
Public Property FontWeight As FontWeight
public:
property FontWeight FontWeight {
FontWeight get();
void set ( FontWeight );
}
Property Value
A System.Windows.FontWeights value that represents the weight of the D2DFont.