Configurates Tooltip.
Sets the tooltip of the annotation.
Declaration
public TBuilder Tooltip(string value)
Public Function Tooltip(value As String) As TBuilder
Parameters
| Type |
Name |
Description |
| string |
value |
The value.
|
Returns
| Type |
Description |
| TBuilder |
Current builder.
|