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

ClosedFreehandVObjectCreateDesigner.FillMode Property

Specifies how the interior of a closed path is filled when self-intersections occur.

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

Syntax

Visual Basic
Public Property FillMode As FillMode
C#
public FillMode FillMode { get; set; }

Property Value

A FillMode enumeration member that determines how to fill and clip the interior of a closed figure when self-intersections occur.

See Also

Reference