Summary
Sets the brush of the thumb if the slider is disabled.
- Namespace
- MahApps
.Metro .Controls - Containing Type
- SliderHelper
Syntax
[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(Slider))]
[AttachedPropertyBrowsableForType(typeof(RangeSlider))]
public static void SetThumbFillDisabledBrush(UIElement element, Brush value)
Attributes
| Type | Description |
|---|---|
| Category | |
| Attached |
|
| Attached |
Parameters
| Name | Type | Description |
|---|---|---|
| element | UIElement | |
| value | Brush |
Return Value
| Type | Description |
|---|---|
| void |
