Balloon Methods |
The Balloon type exposes the following members.
Name | Description | |
---|---|---|
Dispose | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Hide |
Hides the balloon for the Scene.
| |
Show(String) |
Shows the balloon with the HTML content specified by htmlContent, at the center of the control.
| |
Show(String, Cartographic) |
Shows the balloon with the HTML content specified by htmlContent, at the Cartographic position specified on EarthCentralBody.
| |
Show(String, Rectangular) |
Shows the balloon with the HTML content specified by htmlContent, at the control position specified by controlPosition.
| |
Show(String, Color) |
Shows the balloon with the HTML content specified by htmlContent, at the center of the control.
| |
Show(String, Cartographic, CentralBody) |
Shows the balloon with the HTML content specified by htmlContent, at the Cartographic position specified on centralBody.
| |
Show(String, Cartographic, Color) |
Shows the balloon with the HTML content specified by htmlContent, at the Cartographic position specified on EarthCentralBody.
| |
Show(String, Rectangular, Color) |
Shows the balloon with the HTML content specified by htmlContent, at the control position specified by controlPosition.
| |
Show(String, Color, Color) |
Shows the balloon with the HTML content specified by htmlContent, at the center of the control.
| |
Show(String, Cartographic, CentralBody, Color) |
Shows the balloon with the HTML content specified by htmlContent, at the Cartographic position specified on centralBody.
| |
Show(String, Cartographic, Color, Color) |
Shows the balloon with the HTML content specified by htmlContent, at the Cartographic position specified on EarthCentralBody.
| |
Show(String, Rectangular, Color, Color) |
Shows the balloon with the HTML content specified by htmlContent, at the control position specified by controlPosition.
| |
Show(String, Cartographic, CentralBody, Color, Color) |
Shows the balloon with the HTML content specified by htmlContent, at the Cartographic position specified on centralBody.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |