DragCanvasBringToFront Method
Assigns the element a z-index which will ensure that
it is in front of every other element in the Canvas.
The z-index of every element whose z-index is between
the element's old and new z-index will have its z-index
decremented by one.
Namespace: MbcsCentralAssembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
public void BringToFront(
UIElement element
)
Parameters
- element UIElement
-