ComponentOne Basic Library for UWP
SetScrollBarStyle Method

C1.UWP Assembly > C1.Xaml Namespace > ClearStyleExtensions Class : SetScrollBarStyle Method
The element which contains the attached property.
The style used in scrollbars.
Sets the style of a scrollbar.
Syntax
'Declaration
 
Public Shared Sub SetScrollBarStyle( _
   ByVal element As Windows.UI.Xaml.FrameworkElement, _
   ByVal value As Windows.UI.Xaml.Style _
) 
public static void SetScrollBarStyle( 
   Windows.UI.Xaml.FrameworkElement element,
   Windows.UI.Xaml.Style value
)

Parameters

element
The element which contains the attached property.
value
The style used in scrollbars.
See Also

Reference

ClearStyleExtensions Class
ClearStyleExtensions Members