Summary
Gets the value of the HorizontalScrollBarVisibility attached property.
- Namespace
- Avalonia
.Controls - Containing Type
- ScrollViewer
Syntax
public static ScrollBarVisibility GetHorizontalScrollBarVisibility(Control control)
Parameters
Name | Type | Description |
---|---|---|
control | Control | The control to read the value from. |
Return Value
Type | Description |
---|---|
ScrollBarVisibility | The value of the property. |