ScrollViewerHelper.

GetVerticalScrollBarOnLeftSide(UIElement) Method

Summary

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

Syntax

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

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement UIElement to read VerticalScrollBarOnLeftSideProperty from.

Return Value

Type Description
bool VerticalScrollBarOnLeftSide property value.