Summary
Gets or sets a method called when the window's position changes.
- Namespace
- Avalonia
.Platform - Containing Type
- IWindowBaseImpl
Syntax
Action<PixelPoint> PositionChanged { get; set; }
Value
Type | Description |
---|---|
Action |
Action<PixelPoint> PositionChanged { get; set; }
Type | Description |
---|---|
Action |