Enum BOBStepState
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
Visual state of a single BOBStep as resolved by the parent BOBStepper.
public enum BOBStepState
Fields
Active = 1Step is the active position.
Complete = 2Step lies behind the current position.
Error = 3Step is flagged with an error (renders regardless of position).
Pending = 0Step lies ahead of the current position.