DragCanvasUpdateZOrder Method

Helper method used by the BringToFront and SendToBack methods.

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
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.

See Also