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

TextVObjectData.FontSize Property

Gets or sets the size of the font used to display text in the text v-object.

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

Syntax

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

Property Value

The Single value which represents font size.

See Also

Reference