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