BalloonPushPin Properties |
The BalloonPushPin type exposes the following members.
Name | Description | |
---|---|---|
Address |
Gets the Address this push pin is located at.
| |
AlwaysOnTop |
Controls whether labels are always shown above other map elements.
(Inherited from PushPin.) | |
AnchorPoint |
Gets the XY coordinates of the balloon's anchor point on the map.
| |
AutoAbbreviate |
Gets or sets a boolean specifying whether to automatically hide
the Information portion of the balloon when there is insufficient space
to display it without collision.
| |
BorderColor |
Changes the color of the border line.
| |
DetectBalloonClick |
Gets or sets whether clicks are registered on both the balloon and the pin, or just the pin.
| |
DisplayLocation |
Gets the BalloonLocation for the balloon.
| |
Heading |
Gets or sets the heading (in degrees) of this DirectionalPushPin.
(Inherited from DirectionalPushPin.) | |
Icon |
Gets or sets the Icon number. See IconCache for details.
(Inherited from PushPin.) | |
InformationBackgroundColor |
Changes the background color of the information block.
| |
Location |
Gets or sets the location (as a LatLon) of the push pin.
(Inherited from PushPin.) | |
MapMouseEventsHandler |
Gets the MapMouseEventsHandler associated
with this object.
| |
Name |
Gets or sets the name of the balloon, which will appear as its title.
| |
RenderFont |
Changes the font used to display the text in the informational balloon.
Default is 8pt Arial.
| |
RequiredRendermodes |
Gets the RenderMode required by this BalloonPushPin.
(Overrides PushPinRequiredRendermodes.) | |
ShowBalloon |
Gets or sets whether the balloon will be hidden or shown. True (shown) by default.
| |
ShowInformation |
Gets or sets whether the balloon will display its information. True
(shown) by default.
| |
TextColor |
Changes the color of the information text.
| |
TitleBackgroundColor |
Changes the background color of the title block.
|