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

ProgressEventArgs.Current Property

Current position of the progress.

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

Syntax

Visual Basic
Public ReadOnly Property Current As Integer
C#
public int Current { get; }

Property Value

Value specifying current position of the progress.

Remarks

This value is always less or equal to Maximum property. It is equal to Maximum only at the last progress notification and it indicates that operation was finished.

See Also

Reference