SetAutoSafeAreaPadding Method
Enabled or disables whenever TopLevel should automatically adjust paddings depending on the safe area.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static void SetAutoSafeAreaPadding(
Control control,
bool value
)
Public Shared Sub SetAutoSafeAreaPadding (
control As Control,
value As Boolean
)
static member SetAutoSafeAreaPadding :
control : Control *
value : bool -> unit