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