BalloonBackgroundColor Property  | 
 
Gets the color of the Background of the balloon and content associated with this balloon.  This property returns null if a background 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)
Syntaxpublic Color? BackgroundColor { get; }Public ReadOnly Property BackgroundColor As Color?
	Get
public:
property Nullable<Color> BackgroundColor {
	Nullable<Color> get ();
}member BackgroundColor : Nullable<Color> with get
Property Value
Type: 
NullableColor
See Also