ScrollViewer.GetIsHorizontalRailEnabled(DependencyObject) Method

Definition

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

C#
public static bool GetIsHorizontalRailEnabled(DependencyObject element);

Parameters

element
DependencyObject

The element from which the property value is read.

Returns

Boolean

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

Remarks

For more info, see the IsHorizontalRailEnabled property.

Applies to

Toode Versioonid
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also