SharedWindowPositionRelativeToElementArea Method

Places the window in a position relative to the area of an element.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static void PositionRelativeToElementArea(
	Object window,
	Rect elementArea
)

Parameters

window  Object
Object with the window.
elementArea  Rect
Rect with the element area.

See Also