Slider::SliderType Enum
The type of the slider control.
enum SliderType
{
BottomRight = DG_SL_BOTTOMRIGHT,
TopLeft = DG_SL_TOPLEFT
};
Value Definitions
- BottomRight
-
The slider points to the bottom (horizontal sliders) or to the right (vertical sliders).
If tick marks are enabled they are placed below or right to the slider bar, respectively.
- TopLeft
-
The slider points to the top (horizontal sliders) or to the left (vertical sliders). If tick marks
are enabled they are placed above or left to the slider bar, respectively.