How to use Canvas Z-Index property in C
Hi All,
Anyone know, how to use Z-Index on Canvas control of silverlight within C Sharep.
Thanks,
AM
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Nov 4, 2009, 10:55 AM
Topmost Windows and Z-Order
Besides having an x and y location, a window also has a location in the z dimension, which determines its vertical position with respect to other windows. This is known as the window's z-order, and there are two types: normal z-order and topmost z-order. The location of a window in the normal z-order is determined by whether it is currently active or not. By default, a window is located in the normal z-order. The location of a window in the topmost z-order is also determined by whether it is currently active or not. Furthermore, windows in the topmost z-order are always located above windows in the normal z-order. A window is located in the topmost z-order by setting its Topmost property to true.
Within each z-order, the currently active window appears above all other windows in the same z-order.
Kirtan PatelPosted Nov 3, 2009, 8:09 PM
Here is explanation how to use Z-Index
http://www.silverlightshow.net/items/Using-the-Canvas-control-in-Silverlight-2-Beta-1.aspx
if it helps you then Mark "Do you like this answer" Check Box Please :)