Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 967 Bytes

windowbase.md

File metadata and controls

19 lines (14 loc) · 967 Bytes

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.