IInsetsManager Interface

Definition

Namespace: Avalonia.Controls.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[NotClientImplementableAttribute]
public interface IInsetsManager

Properties

DisplayEdgeToEdge Gets or sets whether the window draws edge to edge. behind any visible system bars.
IsSystemBarVisible Gets or sets whether the system bars are visible.
SafeAreaPadding Gets the current safe area padding.
SystemBarColor Gets or sets the color of the platform's system bars

Events

SafeAreaChanged Occurs when safe area for the current window changes.

See Also