OverlaysRenderSequenceType¶
Namespace: ThinkGeo.UI.Wpf
public enum OverlaysRenderSequenceType
Inheritance Object → ValueType → Enum → OverlaysRenderSequenceType
Implements IComparable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Sequential | 1 | Drawing the overlays one by one |
| Concurrent | 2 | Drawing the overlays at the same time |