Enum BOBSliderOrientation
- Namespace
- BlazOrbit.Components.Forms
- Assembly
- BlazOrbit.dll
Defines the orientation in which slider components lay out their track and thumbs.
public enum BOBSliderOrientation
Fields
Horizontal = 0Track grows along the X axis (default).
Vertical = 1Track grows along the Y axis.