Show / Hide Table of Contents

Method wpfBuilder.WinXY


Overload

Sets window location.

public wpfBuilder WinXY(int x, int y)
Parameters
x  (int)

X coordinate in screen. Physical pixels.

y  (int)

Y coordinate in screen. Physical pixels.

Returns
wpfBuilder
Exceptions
InvalidOperationException
  • Container is not of type Window.
  • Cannot be after WinXY, WinRect or WinSaved.

Remarks

With this function use physical pixels, not WPF logical device-independent units. Call this function before showing the window. Don't change location/size-related window properties after that. Calls ExtWpf.SetXY.

See Also

wpfBuilder.WinSaved