ComponentOne Basic Library for WPF and Silverlight
SetScrollBarStyle Method (ClearStyleExtensions)


C1.WPF Namespace > ClearStyleExtensions Class : SetScrollBarStyle Method
The element which contains the attached property.
The style used in scrollbars.
Sets the style of a scrollbar.
Syntax
'Declaration
 
Public Shared Sub SetScrollBarStyle( _
   ByVal element As System.Windows.FrameworkElement, _
   ByVal value As System.Windows.Style _
) 
'Usage
 
Dim element As System.Windows.FrameworkElement
Dim value As System.Windows.Style
 
ClearStyleExtensions.SetScrollBarStyle(element, value)
public static void SetScrollBarStyle( 
   System.Windows.FrameworkElement element,
   System.Windows.Style value
)

Parameters

element
The element which contains the attached property.
value
The style used in scrollbars.
See Also

Reference

ClearStyleExtensions Class
ClearStyleExtensions Members