Sets the style of a scrollbar.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public static void SetScrollBarStyle(
	FrameworkElement element,
	Style value
)
Visual Basic
Public Shared Sub SetScrollBarStyle ( _
	element As FrameworkElement, _
	value As Style _
)

Parameters

element
Type: FrameworkElement
The element which contains the attached property.
value
Type: Style
The style used in scrollbars.

See Also