Overload | Description |
---|---|
BringToFront(GraphicsLayer,Element) | Bring the element to the front of its parent's element collection. This method must be called on the MCT. Use QueuedTask.Run. |
BringToFront(GraphicsLayer,IEnumerable<Element>) | Bring the elements to the front of their parent's element collection. This method must be called on the MCT. Use QueuedTask.Run. |