Click or drag to resize

CanvasAnchorSetTopLeft Method

Sets the elements TopLeft point in the canvas.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static void SetTopLeft(
	UIElement obj,
	Point value
)

Parameters

obj
Type: System.WindowsUIElement
The object on which to set Top and Left.
value
Type: System.WindowsPoint
The point.
See Also