GraphicsFontSize Property  | 
 
Gets the size of the font.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual int Size { get; }Public Overridable ReadOnly Property Size As Integer
	Get
public:
virtual property int Size {
	int get ();
}abstract Size : int with get
override Size : int with get
Property Value
Type: 
Int32
See Also