Sets the style of a scrollbar.
Syntax
'Declaration
Public Shared Sub SetScrollBarStyle( _
ByVal As Windows.UI.Xaml.FrameworkElement, _
ByVal As Windows.UI.Xaml.Style _
)
public static void SetScrollBarStyle(
Windows.UI.Xaml.FrameworkElement ,
Windows.UI.Xaml.Style
)
Parameters
- element
- The element which contains the attached property.
- value
- The style used in scrollbars.
See Also