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

TextVObject.Font Property

Gets/sets the font of the text displayed by the v-object.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Property Font As Font
C#
public Font Font { get; set; }

Property Value

The Font to apply to the text displayed by the v-object. The default is Arial.

See Also

Reference