Gets/sets value specifying maximum time for which object can be locked.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Overrides Property Timeout As Integer
public override int Timeout { get; set; }
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).