The SliderControl type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SliderControl |
Initializes a new instance of the SliderControl class.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Clean up any resources being used.
(Overrides Control..::.Dispose(Boolean).) |
Properties
| Name | Description | |
|---|---|---|
| BorderColor |
Color used for drawing borders.
| |
| IsHorizontal |
Defines if control has horizontal or vertical look.
| |
| ManipulatorColor |
Color used for filling manipulator.
| |
| ManipulatorPosition |
Current manipulator’s position, [-1, 1].
| |
| NegativeAreaBrush |
Background color used for filling area corresponding to negative values.
| |
| PositiveAreaBrush |
Background color used for filling area corresponding to positive values.
| |
| ResetPositionOnMouseRelease |
Determines behaviour of manipulator, when mouse button is released.
|
Events
| Name | Description | |
|---|---|---|
| PositionChanged |
Event used for notification about manipulator’s position changes.
|