SliderHelper.

GetThumbFillPressedBrush(UIElement) Method

Summary

Gets the brush of the thumb if the mouse button is pressed.
Namespace
MahApps.Metro.Controls
Containing Type
SliderHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(Slider))]
[AttachedPropertyBrowsableForType(typeof(RangeSlider))]
public static Brush GetThumbFillPressedBrush(UIElement element)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement

Return Value

Type Description
Brush