Enum TrackBarEx.TrackBarExArea
Different areas of the control.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
protected enum TrackBarExArea
Fields
| Name | Description |
|---|---|
| DecreaseButton | Decrease button. |
| IncreaseButton | Increase button. |
| LargeDecrease | Channel on the left of the slider. |
| LargeIncrease | Channel on the right of the slider. |
| None | Out of control. |
| Slider | Represents Slider. |