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

TextVObject.TextArea Property

Gets/sets aregion occupied by the text v-object.

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

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public Property TextArea As RectangleF
C#
[BrowsableAttribute(false)]
public RectangleF TextArea { get; set; }

Property Value

A region occupied by the text v-object.

See Also

Reference