SharedWindowPositionRelativeToWorkingAreaOfWindow Method
Places the window in a position relative to the work area of a source window.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static void PositionRelativeToWorkingAreaOfWindow(
Object window,
Object sourceWindow,
ContentAlignment align = ContentAlignment.MiddleCenter
)
Public Shared Sub PositionRelativeToWorkingAreaOfWindow (
window As Object,
sourceWindow As Object,
Optional align As ContentAlignment = ContentAlignment.MiddleCenter
)
Parameters
- window Object
- Object with the window.
- sourceWindow Object
- Object with the source window.
- align ContentAlignment (Optional)
- ContentAlignment with the content alignment.