SharedWindowPositionRelativeToWorkingArea(Object, ContentAlignment) Method

Places the window in the position relative to the window area.

Definition

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

Parameters

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

See Also