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 | |
Attached |
Parameters
Name | Type | Description |
---|---|---|
element | UIElement | UIElement to read IsHorizontalScrollWheelEnabledProperty from. |
Return Value
Type | Description |
---|---|
bool | IsHorizontalScrollWheelEnabled property value. |