Skip to main content

IInsetsManager Interface

Not client implementable.

Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.

Definition

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

[NotClientImplementableAttribute]
public interface IInsetsManager
View Source

Properties

DisplayEdgeToEdgeGets or sets whether the window draws edge to edge. behind any visibile system bars.
IsSystemBarVisibleGets or sets whether the system bars are visible.
SafeAreaPaddingGets the current safe area padding.
SystemBarColorGets or sets the color of the platform's system bars

Events

SafeAreaChangedOccurs when safe area for the current window changes.

See Also

Reference

Avalonia.Controls.Platform Namespace