This documentation is for the old version. Go to the latest Graphics Mill docs

Font.Size Property

Gets/sets font size.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property Size As Single
C#
public float Size { get; set; }

Property Value

Font size.

Remarks

Default value is 10.

See Also

Reference