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.