Skip to main content

OffScreenMargin Property

Gets the window margin that is hidden off the screen area. This is generally only the case on Windows when in Maximized where the window border is hidden off the screen. This Margin may be used to ensure user content doesnt overlap this space.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public Thickness OffScreenMargin { get; }

Property Value

Thickness

See Also

Reference

Window Class
Avalonia.Controls Namespace