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