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

CompositeVObject.Children Property

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

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

Syntax

Visual Basic
Public ReadOnly Property Children As VObjectCollection
C#
public VObjectCollection Children { get; }

Property Value

List of v-objects organized in the composite v-object.

See Also

Reference