Click or drag to resize

Balloon Properties

The Balloon type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundColor
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.
Public propertyCartographicPosition
Gets the Cartographic position of the balloon. This property returns null if the Balloon is associated with a ControlPosition or a position was not specified.
Public propertyCentralBody
Gets the CentralBody associated with the CartographicPosition of the balloon. This property returns null if the Balloon is associated with a ControlPosition or a position was not specified.
Public propertyContent
Gets the HTML content associated with the balloon.
Public propertyContentColor
Gets the color of the Html content associated with this balloon. This property returns null if a content color was not specified.
Public propertyControlPosition
Gets the Rectangular associated with the control position of the balloon. This property returns null if the Balloon is associated with a CartographicPosition or a position was not specified.
Public propertyIsShown
Gets whether or not the balloon is shown in the Scene.
Public propertyShowBorder
Gets or sets whether to display the decorative border around the balloon.
Top
See Also