Gets of sets the style of the font.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public FontStyle FontStyle { get; set; }
Public Property FontStyle As FontStyle Get Set
public: property FontStyle FontStyle { FontStyle get (); void set (FontStyle value); }
member FontStyle : FontStyle with get, set