NumberList.Font Property

Aspose.Note for .NET API

NumberListFont Property

Gets or sets the name of the font.

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

Property Value

Type: String
See Also