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