SharedWindowPositionRelativeToElementArea Method
Places the window in a position relative to the area of an element.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static void PositionRelativeToElementArea(
Object window,
Rect elementArea
)
Public Shared Sub PositionRelativeToElementArea (
window As Object,
elementArea As Rect
)
Parameters
- window Object
- Object with the window.
- elementArea Rect
- Rect with the element area.