ToolTip.TipState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The display the state of the tooltip.
public:
property Microsoft::MixedReality::Toolkit::UI::DisplayMode TipState { Microsoft::MixedReality::Toolkit::UI::DisplayMode get(); void set(Microsoft::MixedReality::Toolkit::UI::DisplayMode value); };
public Microsoft.MixedReality.Toolkit.UI.DisplayMode TipState { get; set; }
member this.TipState : Microsoft.MixedReality.Toolkit.UI.DisplayMode with get, set
Public Property TipState As DisplayMode