Gets or set the style that will be applied to the scrollbars.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)

Syntax

C#
public Style ScrollBarStyle { get; set; }
Visual Basic
Public Property ScrollBarStyle As Style
	Get
	Set

Remarks

This is a dependency property.

See Also