Interface IHasToolTip
This simple interface is implemented by classes that allow for the use of a ToolTip, namely Diagram and GraphObject.
Namespace: Northwoods.Go.Tools
Assembly: Northwoods.GoDiagram.Avalonia.dll
Syntax
public interface IHasToolTip
Properties
ToolTip
A tooltip to be shown.
Declaration
IShowHidable ToolTip { get; set; }
Property Value
Type | Description |
---|---|
IShowHidable |