Click or drag to resize

CanvasAnchorSetBottomLeft Method

Sets the elements BottomLeft point in the canvas.

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

Parameters

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