TextStyle.FontName Property

Aspose.Note for .NET API

TextStyleFontName Property

Gets or sets the font name.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public string FontName { get; set; }
Public Property FontName As String
	Get
	Set
public:
property String^ FontName {
	String^ get ();
	void set (String^ value);
}
member FontName : string with get, set

Property Value

Type: String
See Also