ScrollViewerGetAllowAutoHide Method
Gets the value of the AllowAutoHideProperty attached property.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static bool GetAllowAutoHide(
Control control
)
Public Shared Function GetAllowAutoHide (
control As Control
) As Boolean
static member GetAllowAutoHide :
control : Control -> bool
- control Control
- The control to read the value from.
BooleanThe value of the property.