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

BitmapViewer.AutoUpdate Property

Gets/sets a value that specifies whether control should be automatically updated after each change of the image.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property AutoUpdate As Boolean
C#
[BrowsableAttribute(true)]
public bool AutoUpdate { get; set; }

Property Value

The value that specifies whether control should be automatically updated after each change of the image.

See Also

Reference