Click or drag to resize

BalloonShow Method (String, Color)

Shows the balloon with the HTML content specified by htmlContent, at the center of the control.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Show(
	string htmlContent,
	Color backgroundColor
)

Parameters

htmlContent
Type: SystemString
The HTML content to be shown.
backgroundColor
Type: System.DrawingColor
The BackgroundColor of the balloon.
See Also