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

ColorAdjustmentProvider.Timeout Property

Gets/sets value specifying maximum time for which object can be locked.

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

Syntax

Visual Basic
Public Overrides Property Timeout As Integer
C#
public override int Timeout { get; set; }

Property Value

Value specifying maximum time for which object can be locked. You can set -1 for infinite timeout.

Implements

ILockable.Timeout

Remarks

When the object is locked for more time than specified with this property, the object is automatically unlocked and currently running operation is aborted.

Default value is -1 (infinite value).

See Also

Reference