| Name | Type | Description |
|---|
| CancelMouse | Boolean | If false, it is possible to drag the slider with the mouse. |
| SliderColor | Color | Defines the color of the slider. |
| SliderMax | Double | Defines the maximum for definition range within which the slider can move. |
| SliderMin | Double | Defines the minimum for definition range within which the slider can move. |
| SliderPosition | Double | Defines the position of the left most edge of the slider. |
| SliderRange | Double | Slider range, defined as SliderMax - SliderMin. |
| SliderSpan | Double | Specifies the span of the slider. Span is usually smaller than and would be equal only for example when the "progress indicator" reaches "100%". |
| SliderSpanMin | Int32 | The slider will not shrink below some minimum pixel size even if value would require it to be smaller. |