SharedWindowPositionRelativeToWorkingAreaOfElement Method

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

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static void PositionRelativeToWorkingAreaOfElement(
	Object window,
	Object element,
	ContentAlignment align = ContentAlignment.MiddleCenter
)

Parameters

window  Object
Object with the window.
element  Object
Object with the element.
align  ContentAlignment  (Optional)
ContentAlignment with the content alignment.

See Also