Gets or sets font size of a text.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int Size { get; set; }
Visual Basic
Public Property Size As Integer
	Get
	Set
Visual C++
public:
property int Size {
	int get ();
	void set (int value);
}

See Also