- Namespace
- MahApps
.Metro .Controls - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["SliderHelper"]
class Type type-node
Syntax
public class SliderHelper
Fields
| Name | Constant Value | Summary |
|---|---|---|
| Change |
static
|
|
| Enable |
static
|
|
| Thumb |
Gets or sets the brush of the thumb.
static
|
|
| Thumb |
Gets or sets the brush of the thumb if the slider is disabled.
static
|
|
| Thumb |
Gets or sets the brush of the thumb if the mouse is over the slider.
static
|
|
| Thumb |
Gets or sets the brush of the thumb if the mouse button is pressed.
static
|
|
| Track |
Gets or sets the brush of the track.
static
|
|
| Track |
Gets or sets the brush of the track if the slider is disabled.
static
|
|
| Track |
Gets or sets the brush of the track if the mouse is over the slider.
static
|
|
| Track |
Gets or sets the brush of the track if the mouse button is pressed.
static
|
|
| Track |
Gets or sets the brush of the track value.
static
|
|
| Track |
Gets or sets the brush of the track value if the slider is disabled.
static
|
|
| Track |
Gets or sets the brush of the track value if the mouse is over the slider.
static
|
|
| Track |
Gets or sets the brush of the track value if the mouse button is pressed.
static
|
Methods
| Name | Value | Summary |
|---|---|---|
| GetChangeValueBy |
MouseWheelChange |
Gets/Sets the type how the value will be changed if the user rotates the mouse wheel.
static
|
| GetEnableMouseWheel |
MouseWheelState |
Gets/Sets the value when the slider will be changed. Possible values are if the slider is focused or if the mouse is over the slider.
static
|
| GetThumbFillBrush |
Brush |
Gets the brush of the thumb.
static
|
| Get |
Brush |
Gets the brush of the thumb if the slider is disabled.
static
|
| Get |
Brush |
Gets the brush of the thumb if the mouse is over the slider.
static
|
| Get |
Brush |
Gets the brush of the thumb if the mouse button is pressed.
static
|
| GetTrackFillBrush |
Brush |
Gets the brush of the track.
static
|
| Get |
Brush |
Gets the brush of the track if the slider is disabled.
static
|
| Get |
Brush |
Gets the brush of the track if the mouse is over the slider.
static
|
| Get |
Brush |
Gets the brush of the track if the mouse button is pressed.
static
|
| Get |
Brush |
Gets the brush of the track value.
static
|
| Get |
Brush |
Gets the brush of the track value if the slider is disabled.
static
|
| Get |
Brush |
Gets the brush of the track value if the mouse is over the slider.
static
|
| Get |
Brush |
Gets the brush of the track value if the mouse button is pressed.
static
|
| SetChangeValueBy |
void |
Gets/Sets the type how the value will be changed if the user rotates the mouse wheel.
static
|
| SetEnableMouseWheel |
void |
Gets/Sets the value when the slider will be changed. Possible values are if the slider is focused or if the mouse is over the slider.
static
|
| SetThumbFillBrush |
void |
Sets the brush of the thumb.
static
|
| Set |
void |
Sets the brush of the thumb if the slider is disabled.
static
|
| Set |
void |
Sets the brush of the thumb if the mouse is over the slider.
static
|
| Set |
void |
Sets the brush of the thumb if the mouse button is pressed.
static
|
| SetTrackFillBrush |
void |
Sets the brush of the track.
static
|
| Set |
void |
Sets the brush of the track if the slider is disabled.
static
|
| Set |
void |
Sets the brush of the track if the mouse is over the slider.
static
|
| Set |
void |
Sets the brush of the track if the mouse button is pressed.
static
|
| Set |
void |
Sets the brush of the track value.
static
|
| Set |
void |
Sets the brush of the track value if the slider is disabled.
static
|
| Set |
void |
Sets the brush of the track value if the mouse is over the slider.
static
|
| Set |
void |
Sets the brush of the track value if the mouse button is pressed.
static
|
