Edit

Share via


ScrollViewerExtensions.SetHorizontalScrollBarMargin Method

Definition

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

public static void SetHorizontalScrollBarMargin (Windows.UI.Xaml.FrameworkElement obj, Windows.UI.Xaml.Thickness value);
static member SetHorizontalScrollBarMargin : Windows.UI.Xaml.FrameworkElement * Windows.UI.Xaml.Thickness -> unit
Public Sub SetHorizontalScrollBarMargin (obj As FrameworkElement, value As Thickness)

Parameters

obj
Windows.UI.Xaml.FrameworkElement

The Windows.UI.Xaml.FrameworkElement to associate the Thickness with

value
Thickness

The Thickness for binding to the Windows.UI.Xaml.FrameworkElement

Applies to