Table of Contents

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 = 0

Track grows along the X axis (default).

Vertical = 1

Track grows along the Y axis.