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

MultiLayerViewerInvalidationTarget.InvalidateDesigner Property

Gets a value indicating if only a designer is invalidated.

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

Syntax

Visual Basic
Public ReadOnly Property InvalidateDesigner As Boolean
C#
public bool InvalidateDesigner { get; }

Property Value

A value indicating if only a designer is invalidated.

Remarks

If this property is set to true, the layers will not be re-rendered, instead, the cache will be used.

See Also

Reference