// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace Microsoft.MixedReality.Toolkit.UI { public enum ProgressIndicatorState { Closed, Opening, Open, Closing, } }