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

CompositeVObject Properties

The CompositeVObject type exposes the following members.

Properties

Name Description
Public property Children

Gets a list of v-objects organized in the composite v-object.

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 the composite v-object becomes active.

(Overrides VObject.Designer.)
Public property DrawMode

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

(Overrides VObject.DrawMode.)
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 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 Transform

Gets/sets a matrix of the transformation.

(Overrides VObject.Transform.)

See Also

Reference