Balloon Constructor (String, Font, Control, Int32, MapDirection, Color)NFX Class Library

[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.Controls
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Balloon(
	string text,
	Font font,
	Control anchorControl,
	int legLength,
	MapDirection preferredPlacement,
	Color color
)
See Also