C1.WPF Namespace / ClearStyleExtensions Class / SetScrollBarStyle Method
The element which contains the attached property.
The style used in scrollbars.



In This Topic
SetScrollBarStyle Method
In This Topic
Sets the style of a scrollbar.
Syntax
'Declaration
 
Public Shared Sub SetScrollBarStyle( _
   ByVal element As FrameworkElement, _
   ByVal value As Style _
) 
 
'Usage
 
Dim element As FrameworkElement
Dim value As Style
 
ClearStyleExtensions.SetScrollBarStyle(element, value)

Parameters

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