SliderHelper.

SetThumbFillHoverBrush(UIElement, Brush) Method

Summary

Sets the brush of the thumb if the mouse is over the slider.
Namespace
MahApps.Metro.Controls
Containing Type
SliderHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(Slider))]
[AttachedPropertyBrowsableForType(typeof(RangeSlider))]
public static void SetThumbFillHoverBrush(UIElement element, Brush value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement
value Brush

Return Value

Type Description
void