Click or drag to resize

CanvasAnchorSetTopRight Method

Sets the elements TopRight point in the canvas.

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

Parameters

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