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