[This is preliminary documentation and is subject to change.]
Creates new isntance of balloon,infering its body size form supplied text and linking balloon leg with control,
balloon will automatically follow control position on the screen even when it changes
Namespace: NFX.WinForms.ControlsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- 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
- anchorControl
- Type:
System.Windows.Forms Control
Control to anchor ballon leg to
- legLength
- Type:
System Int32
Length of balloon leg
- preferredPlacement
- Type: NFX.Geometry MapDirection
Where balloon should be placed when multiple placement positions are equaly available
- color
- Type:
System.Drawing Color
Balloon color
See Also