Sets the style of a scrollbar.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.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: System.Windows..::..FrameworkElement
The element which contains the attached property.
value
Type: System.Windows..::..Style
The style used in scrollbars.

See Also