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

Bitmap.Modified Property

Indicates if the bitmap was changed since last saving.

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

Syntax

Visual Basic
Public Property Modified As Boolean
C#
public bool Modified { get; set; }

Property Value

Value indicating if the bitmap was changed since last saving.

Remarks

It is set to true each time when Changed event fires.

Note

This property is never set to false automatically. You should reset it to false yourself when necessary. You can do it for example, in Saved event handler.

See Also

Reference