ScrollViewerExtensions.GetHorizontalScrollBarMargin(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 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