WindowBase
Inheritance: TopLevel AvaloniaUI documentation: WindowBase API
Properties
Properties | Description |
---|---|
topmost(value: bool) | Sets the Topmost property. |
Events
Properties | Description |
---|---|
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