ImageThemingUtilities.GetThemeScrollBars(DependencyObject) Method

Definition

Gets the ThemeScrollbarsProperty value.

public:
 static Nullable<bool> GetThemeScrollBars(System::Windows::DependencyObject ^ element);
public static bool? GetThemeScrollBars (System.Windows.DependencyObject element);
static member GetThemeScrollBars : System.Windows.DependencyObject -> Nullable<bool>
Public Function GetThemeScrollBars (element As DependencyObject) As Nullable(Of Boolean)

Parameters

Returns

The ThemeScrollbarsProperty value.

Applies to