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

CompositeVObject.DrawMode Property

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

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

Syntax

Visual Basic
Public Overrides Property DrawMode As VObjectDrawMode
C#
public override VObjectDrawMode DrawMode { get; set; }

Property Value

A member of the VObjectDrawMode enumeration.

Implements

IVObject.DrawMode

See Also

Reference