Base |
The ToolTip can be a simple string or it can be any WPF control (to show a custom ToolTip).
Note |
---|
Because 3D objects are not a regular 2D UIElements, it is not possible to set a ToolTipService's Placement to any value that would require the knowladge of the 2D size of the object - for example Right or Bottom. |
<uiElements:BoxUIElement3D Size="10 10 10" Material="Silver" ToolTip="This is a simple tooltip"/>