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

TextVObject.FontSize Property

Gets or sets the size of the font used to display 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 FontSize As Single
C#
public float FontSize { get; set; }

Property Value

The Single value which represents font size.

Default value is 20.

See Also

Reference