SystemColors.ScrollBarColorKey Property

Definition

Gets the ResourceKey for the background Color of a scroll bar.

public:
 static property System::Windows::ResourceKey ^ ScrollBarColorKey { System::Windows::ResourceKey ^ get(); };
public static System.Windows.ResourceKey ScrollBarColorKey { get; }
static member ScrollBarColorKey : System.Windows.ResourceKey
Public Shared ReadOnly Property ScrollBarColorKey As ResourceKey

Property Value

The resource key for the background Color of a scroll bar.

Remarks

Use the ScrollBarColorKey to create a dynamic reference to the scroll bar system color. This dynamic reference will automatically update if the color is changed. To create a static reference that does not update automatically, use ScrollBarColor.

XAML Attribute Usage

<object property="{DynamicResource {x:Static SystemColors.ScrollBarColorKey}}"/>  

XAML Values

x:Static
The x:Static Markup Extension.

Applies to

See also