DragCanvasUpdateZOrder Method
Helper method used by the BringToFront and SendToBack methods.
Namespace: MbcsCentralAssembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
private void UpdateZOrder(
UIElement element,
bool bringToFront
)
Parameters
- element UIElement
-
The element to bring to the front or send to the back.
- bringToFront Boolean
-
Pass true if calling from BringToFront, else false.