TextStyle.FontStyle Property

Aspose.Note for .NET API

TextStyleFontStyle Property

Gets the font style.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public FontStyle FontStyle { get; }
Public ReadOnly Property FontStyle As FontStyle
	Get
public:
property FontStyle FontStyle {
	FontStyle get ();
}
member FontStyle : FontStyle with get

Property Value

Type: FontStyle
See Also