GetAllowAutoHide Method
Gets the value of the AllowAutoHideProperty attached property.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static bool GetAllowAutoHide(
Control control
)
Public Shared Function GetAllowAutoHide (
control As Control
) As Boolean
static member GetAllowAutoHide :
control : Control -> bool
Parameters
- Control
- The control to read the value from.
Return Value
Boolean
The value of the property.