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

TextVObject Properties

The TextVObject type exposes the following members.

Properties

Name Description
Public property Brush

Gets/sets a brush that will be used to fill the object.

(Inherited from PathVObject.)
Public property ControlPoints

A collection of control points associated with this control points provider.

(Inherited from VObject.)
Public property Designer

Gets a designer which will process user input when its corresponding v-object becomes active.

(Inherited from PathVObject.)
Public property DrawMode

Gets/sets the rendering quality of a v-object.

(Inherited from VObject.)
Public property Font

Gets/sets the font of the text displayed by the v-object.

Public property Format

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

Public property IsDisposed

Gets a value indicating whether the object has been disposed of.

(Inherited from VObject.)
Public property Locked

Gets/sets a value indicating if the v-object is locked.

(Inherited from VObject.)
Public property MaxControlPointRadius

Gets a maximum radius of the associated control points.

(Inherited from VObject.)
Public property Name

Gets/sets the name of the v-object.

(Inherited from VObject.)
Public property Pen

Gets/sets a pen that will be used to outline the object.

(Inherited from PathVObject.)
Public property SupportedActions

Gets/sets the collection of actions (transformations) which can be applied to this v-object.

(Inherited from VObject.)
Public property Tag

Gets/sets custom data.

(Inherited from VObject.)
Public property Text

Gets/sets a text string to display.

Public property TextArea

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

Public property Transform

Gets/sets a matrix of the transformation.

(Inherited from PathVObject.)

See Also

Reference