ComponentOne FinancialChart for WPF
C1.WPF Namespace / ClearStyleExtensions Class / GetScrollBarStyle Method
The element which contains the attached property.



In This Topic
    GetScrollBarStyle Method
    In This Topic
    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