ImageThemingUtilities.SetThemeScrollBars 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.
Sets the ThemeScrollbarsProperty value.
public:
static void SetThemeScrollBars(System::Windows::DependencyObject ^ element, Nullable<bool> value);
public static void SetThemeScrollBars (System.Windows.DependencyObject element, bool? value);
static member SetThemeScrollBars : System.Windows.DependencyObject * Nullable<bool> -> unit
Public Sub SetThemeScrollBars (element As DependencyObject, value As Nullable(Of Boolean))
Parameters
- element
- DependencyObject