PrivateFontPath
FontStyle Property
|
Gets of sets the style of the font.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
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
Property Value
Type:
FontStyle
See Also