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

TextVObject.FontName Property

Gets or sets typeface name of the font used to display a text in this TextVObject.

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

Syntax

Visual Basic
Public Property FontName As String
C#
public string FontName { get; set; }

Property Value

The String value which represents font name.

Default value is "Arial".

See Also

Reference