Silverlight SDK for Microsoft Bing
SetVisualLocation Method (visual, x, y)
OverviewSystem.WindowsLayoutHelperSetVisualLocation(UIElement, Double, Double)
Sets the Canvas.Left and Canvas.Top dependency properties for a UIElement instance.
Declaration Syntax
C#Visual BasicVisual C++
public static void SetVisualLocation(
	UIElement visual,
	double x,
	double y
)
Public Shared Sub SetVisualLocation ( _
	visual As UIElement, _
	x As Double, _
	y As Double _
)
public:
static void SetVisualLocation(
	UIElement^ visual, 
	double x, 
	double y
)
Parameters
visual (UIElement)
The UIElement instance to locate.
x (Double)
The x position of the element relative to its parent.
y (Double)
The y position of the element relative to its parent.

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