TextStyle.FontSize Property

Aspose.Note for .NET API

TextStyleFontSize Property

Gets or sets the font size.

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

Property Value

Type: Int32
See Also