AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
ToolTipDisplayModeEnum.cs
Go to the documentation of this file.
1 // Copyright (c) Microsoft Corporation. All rights reserved.
2 // Licensed under the MIT License. See LICENSE in the project root for license information.
3 //
4 
5 namespace HoloToolkit.UX.ToolTips
6 {
10  public enum TipDisplayModeEnum
11  {
15  None = 0,
19  On,
23  OnFocus,
27  Off
28  }
29 }
TipDisplayModeEnum
Enum describing the display mode of a ToolTip