ScrollViewerExtensions.SetVerticalScrollBarMargin 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.
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