Gets the style of a scrollbar.

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

Syntax

C#
public static Style GetScrollBarStyle(
	FrameworkElement element
)
Visual Basic
Public Shared Function GetScrollBarStyle ( _
	element As FrameworkElement _
) As Style

Parameters

element
Type: FrameworkElement
The element which contains the attached property.

Return Value

See Also