ComponentOne Basic Library for UWP
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 Windows.UI.Xaml.FrameworkElement _
    ) As Windows.UI.Xaml.Style
    public static Windows.UI.Xaml.Style GetScrollBarStyle( 
       Windows.UI.Xaml.FrameworkElement element
    )

    Parameters

    element
    The element which contains the attached property.
    See Also