Click or drag to resize

Balloon.ContentColor Property

Gets the color of the Html content associated with this balloon. This property returns null if a content color was not specified.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public Color? ContentColor { get; }

Property Value

Type: Nullable<Color>
See Also