ScrollViewerExtensions.GetVerticalScrollBarMargin(FrameworkElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Shared 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