ScrollViewerExtensions.GetHorizontalScrollBarMargin(FrameworkElement) Method

Definition

Gets the Thickness associated with the specified horizontal Windows.UI.Xaml.Controls.Primitives.ScrollBar of a Windows.UI.Xaml.Controls.ScrollViewer

public static Windows.UI.Xaml.Thickness GetHorizontalScrollBarMargin (Windows.UI.Xaml.FrameworkElement obj);
static member GetHorizontalScrollBarMargin : Windows.UI.Xaml.FrameworkElement -> Windows.UI.Xaml.Thickness
Public Shared Function GetHorizontalScrollBarMargin (obj As FrameworkElement) As Thickness

Parameters

obj
Windows.UI.Xaml.FrameworkElement

The Windows.UI.Xaml.FrameworkElement to get the associated Thickness from

Returns

The Thickness associated with the Windows.UI.Xaml.FrameworkElement

Applies to