Table of Contents

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

Step is the active position.

Complete = 2

Step lies behind the current position.

Error = 3

Step is flagged with an error (renders regardless of position).

Pending = 0

Step lies ahead of the current position.