Edit

Share via


ScrollViewerExtensions.GetVerticalScrollBarMargin(FrameworkElement) Method

Definition

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

public static Windows.UI.Xaml.Thickness GetVerticalScrollBarMargin (Windows.UI.Xaml.FrameworkElement obj);
static member GetVerticalScrollBarMargin : Windows.UI.Xaml.FrameworkElement -> Windows.UI.Xaml.Thickness
Public Function GetVerticalScrollBarMargin (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