Click or drag to resize

CanvasAnchorSetBottomRight Method

Sets the elements BottomRight point in the canvas.

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

Parameters

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