TopLevelGetAutoSafeAreaPadding Method

Gets if auto safe area padding is enabled.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static bool GetAutoSafeAreaPadding(
	Control control
)

Parameters

control  Control
The main view attached to the toplevel, or the toplevel.

Return Value

Boolean

See Also