ScrollViewer.GetHorizontalScrollBarVisibility(DependencyObject) Method

Definition

Gets the value of the HorizontalScrollBarVisibility dependency property / ScrollViewer.HorizontalScrollBarVisibility XAML attached property from a specified element.

C#
public static ScrollBarVisibility GetHorizontalScrollBarVisibility(DependencyObject element);

Parameters

element
DependencyObject

The element from which the property value is read.

Returns

The value of the property, as obtained from the property store.

Remarks

For more info, see Remarks for the HorizontalScrollBarVisibility property.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also