[This is preliminary documentation and is subject to change.]
Creates new instance of balloon infering its body size form supplied text
Namespace: NFX.WinForms.ControlsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- bodyTopLeft
- Type:
System.Drawing Point
A position of balloon body
- text
- Type:
System String
Text to display inside balloon
- font
- Type:
System.Drawing Font
Balloon text font, may be null in which case default font is used
- targetPoint
- Type:
System.Drawing Point
A point where ballon leg should point
- color
- Type:
System.Drawing Color
Balloon color
See Also