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

SyncHandler.Priority Property

Gets/sets a priority for the auxilary thread.

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

Syntax

Visual Basic
Public Overridable Property Priority As ThreadPriority
C#
public virtual ThreadPriority Priority { get; set; }

Property Value

The priority for the auxilary thread.

Remarks

The higher the priority, the faster the thread completes. But from the other hand, it consumes more resources, and that is why other threads are working slower.

See Also

Reference