To set the ZIndex of a Silverlight control programmatically use:
Canvas.SetZIndex(_control, zIndex);
Where _control is your Silverlight control and _zIndex is an integer number which you would like the new ZIndex of your control to be assigned to.
Posted by Damon Serji on
12. September 2009 16:55 under:
Basic