Silverlight SDK for Microsoft Bing
ZIndex Property
OverviewSystem.Windows.ControlsControlBaseZIndex
Gets/Sets the logical z-index of the ControlBase instance relative to parent the z-ordering stack.
Declaration Syntax
C#Visual BasicVisual C++
public int ZIndex { get; set; }
Public Property ZIndex As Integer
public:
property int ZIndex {
	int get ();
	void set (int value);
}

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)