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: 21.1.408.0 (21.1.408.0)
Syntaxpublic Nullable<Color> ContentColor { get; }
Public ReadOnly Property ContentColor As Nullable(Of Color)
Get
public:
property Nullable<Color> ContentColor {
Nullable<Color> get ();
}
member ContentColor : Nullable<Color> with get
Property Value
Type:
NullableColor
See Also