Edit

Share via


ScrollViewerExtensions.SetVerticalScrollBarMargin Method

Definition

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

public static void SetVerticalScrollBarMargin(Windows.UI.Xaml.FrameworkElement obj, Windows.UI.Xaml.Thickness value);
static member SetVerticalScrollBarMargin : Windows.UI.Xaml.FrameworkElement * Windows.UI.Xaml.Thickness -> unit
Public Shared Sub SetVerticalScrollBarMargin (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