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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
NullableColorSee Also