Interface DrawingTooltip
Hierarchy
- DrawingTooltip
Properties
How this tooltip will be aligned relative to its coord Point
. If undefined, defaults to DrawingTooltip.PredefinedAlignment with the x
field set to 'left'
and the y
field set to 'below'
.
The X and Y coordinates that this tooltip will be rendered at.
An array of DrawingTooltip.Item that describes the content of the tooltip.
Generated using TypeDoc
By holding shift while mousing over a Custom Drawing Tool, you can reveal its tooltip. You can use this interface to describe how these tooltips will appear by changing their coordinates, content items, and alignment.