ScrollViewerHelper.

GetIsHorizontalScrollWheelEnabled(UIElement) Method

Summary

Helper for getting IsHorizontalScrollWheelEnabledProperty from element.
Namespace
MahApps.Metro.Controls
Containing Type
ScrollViewerHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(UIElement))]
public static bool GetIsHorizontalScrollWheelEnabled(UIElement element)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement UIElement to read IsHorizontalScrollWheelEnabledProperty from.

Return Value

Type Description
bool IsHorizontalScrollWheelEnabled property value.