ImageThemingUtilities.GetThemeScrollBars(DependencyObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- element
- DependencyObject
Returns
The ThemeScrollbarsProperty value.