GetAutoSafeAreaPadding Method
Gets if auto safe area padding is enabled.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static bool GetAutoSafeAreaPadding(
Control control
)
Public Shared Function GetAutoSafeAreaPadding (
control As Control
) As Boolean
static member GetAutoSafeAreaPadding :
control : Control -> bool
Parameters
- Control
- The main view attached to the toplevel, or the toplevel.