BalloonContentColor 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: 24.2.419.0 (24.2.419.0)
Syntax public Color? ContentColor { get; }
Public ReadOnly Property ContentColor As Color?
Get
public:
property Nullable<Color> ContentColor {
Nullable<Color> get ();
}
member ContentColor : Nullable<Color> with get
Property Value
Type:
NullableColorSee Also