Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml 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
    public static Style GetScrollBarStyle( 
       FrameworkElement element
    )

    Parameters

    element
    The element which contains the attached property.
    See Also