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

TextVObject.Format Property

Gets/sets the display and layout information of the text string.

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

Syntax

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

Property Value

A StringFormat object that encapsulates text layout information.

See Also

Reference