Gets/sets a priority for the auxilary thread.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Property Priority As ThreadPriority
ThreadPriority Priority { get; set; }
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.