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)
- C#
- VB
- F#
public Thickness OffScreenMargin { get; }
Public ReadOnly Property OffScreenMargin As Thickness
Get
member OffScreenMargin : Thickness with get