ImageThemingUtilities.SetThemeScrollBars Method

Definition

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

value
Nullable<Boolean>

The value.

Applies to