Пример #1
0
 public string GetPlacement(IWindowInteropHelper interop) => NativeWindowPlacement.GetPlacement(interop.Handle);
Пример #2
0
 public void SetPlacement(IWindowInteropHelper interop, string placement) => NativeWindowPlacement.SetPlacement(interop.Handle, placement);