Click or drag to resize
DigitalRuneToolTipManagerToolTipControl Property
Gets the ContentControl that shows the tool tip.

Namespace: DigitalRune.Game.UI
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public ContentControl ToolTipControl { get; }

Property Value

Type: ContentControl
The tool tip control.
See Also