Inheritance: TopLevel AvaloniaUI documentation: WindowBase APIarrow-up-right
topmost(value: bool)
Sets the Topmost property.
onActivated(msg: 'msg)
Raised when the window is activated.
onDeactivated(msg: 'msg)
Raised when the window is deactivated.
onPositionChanged(fn: PixelPointEventArgs -> 'msg)
Raised when the window position is changed.
onResized(fn: WindowResizedEventArgs -> 'msg)
Raised when the window is resized.
Last updated 1 year ago