ComponentOne FinancialChart for WPF
GetScrollBarStyle Method



C1.WPF Namespace > ClearStyleExtensions Class : GetScrollBarStyle Method
The element which contains the attached property.
Gets the style of a scrollbar.
Syntax
'Declaration
 
Public Shared Function GetScrollBarStyle( _
   ByVal element As FrameworkElement _
) As Style
'Usage
 
Dim element As FrameworkElement
Dim value As Style
 
value = ClearStyleExtensions.GetScrollBarStyle(element)
public static Style GetScrollBarStyle( 
   FrameworkElement element
)
public:
static Style^ GetScrollBarStyle( 
   FrameworkElement^ element
) 

Parameters

element
The element which contains the attached property.
See Also

Reference

ClearStyleExtensions Class
ClearStyleExtensions Members