[]
        
(Showing Draft Content)

C1.WPF.ClearStyleExtensions.SetScrollBarStyle

SetScrollBarStyle Method

SetScrollBarStyle(FrameworkElement, Style)

Sets the style of a scrollbar.

Declaration
public static void SetScrollBarStyle(FrameworkElement element, Style value)
Public Shared Sub SetScrollBarStyle(element As FrameworkElement, value As Style)
Parameters
Type Name Description
FrameworkElement element

The element which contains the attached property.

Style value

The style used in scrollbars.