SharedWindowPositionRelativeToWorkingAreaOfWindow Method

Places the window in a position relative to the work area of a source window.

Definition

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

Parameters

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

See Also