Microsoft.Maps.MapControl.WPF
The Microsoft.Maps.MapControl.WPF namespace contains the most commonly used classes of the wpf_product_name.
Represents Aerial and Aerial with labels map modes.
Initializes a new instance of the class.
Initializes a new instance of the class.
A bool indicating whether or not to display map labels.
Gets or sets whether to show map labels.
Returns .
Represents the starting plane of the altitude measurement.
The altitude is measured from the ellipsoid.
The altitude is measured from the ground.
The altitude is measured from sea level.
The altitude is measured from the surface.
Determines when map navigation is animated.
Map navigation is always animated.
The map navigates to a new view by snapping to it instead of using animation.
Map navigation is only animated in response to user input.
Provides credentials in the form of an application ID (a maps_ticket).
Initializes a new instance of the class.
Initializes a new instance of the class using the specified application ID.
The application ID, or Bing Maps Key, to use.
Occurs when a property of this class changes.
Retrieves the credentials for the map control. This method can be used to pass your Bing Maps Key to other Bing Maps APIs, such as the Bing Maps REST Serviceshttp://msdn.microsoft.com/en-us/library/ff701713.aspx.
The function to call when credentials are retrieved.
Enables the ability to provide custom handling when a property of this class changes.
The name of the property that changed.
Gets or sets the application ID. The application ID is your Bing Maps Key. Information about getting a Bing Maps Key is found in Getting a Bing Maps Keyhttp://msdn.microsoft.com/en-us/library/ff428642.aspx.
Returns .
Contains information used to authenticate requests.
Initializes a new instance of the class.
Determines whether the credentials are equal to the specified object.
Returns .
The object to compare to.
Retrieves the hash code for the credentials.
Returns .
Determines whether two credentials are equal.
Returns .
The second credentials object to compare.
The first credentials object to compare.
Determines whether two credentials are not equal.
Returns .
The second credentials object to compare.
The first credentials object to compare.
Converts the credentials to a string.
Returns .
Gets or sets the application ID, or Bing Maps Key, for these credentials.
Returns .
The wpf_product_name does not support the use of tokens for authentication.
Returns .
Provides error data when the map does not load.
Initializes a new instance of the class.
The exception that that causes the map to not load correctly.
Gets the exception that caused the map loading error.
Returns .
Contains the altitude and coordinate values of a location on the map.
Initializes a new instance of the structure.
Initializes a new instance of the structure using the given location.
The location to use.
Initializes a new instance of the structure using the given latitude and longitude values.
The latitude of the location.
The longitude of the location.
Initializes a new instance of the structure using the given latitude, longitude and altitude values.
The latitude of the location.
The altitude of the location.
The longitude of the location.
Initializes a new instance of the structure using the given latitude, longitude, altitude and altitude reference values.
The latitude of the location.
The reference plane used to measure the altitude.
The altitude of the location.
The longitude of the location.
Specifies the maximum latitude in degrees.
Specifies the maximum longitude in degrees.
Specifies the minimum latitude in degrees.
Specifies the minimum longitude in degrees.
Determines whether this location is the same as the given object.
Returns .
The object to use.
Retrieves the hash code for this location.
Returns .
Converts an invalid longitude value to be within the valid range, which is -180 to 180.
Returns .
The longitude value to normalize.
Determines whether two instances of are equal.
Returns .
The second location to compare.
The first location to compare.
Determines whether two instances of are not equal.
Returns .
The second location to compare.
The first location to compare.
Converts the location to a formatted string containing the latitude, longitude, and altitude values.
Returns .
Converts the location to a formatted string containing the latitude, longitude, and altitude values using the specified format provider.
Returns .
An implementation that supplies culture-specific formatting information.
Gets or sets altitude for a location.
Returns .
Gets or sets the reference plane used to measure the altitude.
Returns .
Gets or sets the latitude of the location.
Returns .
Gets or sets the longitude of the location.
Returns .
Contains a collection of items.
Initializes a new instance of the class.
Adds a to the location collection.
The location to add.
Represents a rectangle on the map.
Initializes a new instance of the class.
Initializes a new instance of the class using the specified locations as northwest and southeast corners of the rectangle.
The location of the northwest corner of the rectangle.
The location of the southeast corner of the rectangle.
Initializes a new instance of the class, centered on the specified location.
The width of the rectangle.
The height of the rectangle.
The location of the center of the rectangle.
Initializes a new instance of the class.
The location rectangle to use.
Initializes a new instance of the class using the specified collection of locations.
A location collection containing the corners of the rectangle.
Initializes a new instance of the class using the specified borders.
The latitude of the eastern border of the rectangle.
The latitude of the western border of the rectangle.
The latitude of the southern border of the rectangle.
The latitude of the northern border of the rectangle.
Determines whether this location rectangle is equal to the specified object.
Returns .
The object to use.
Retrieves the hash code for this location rectangle.
Returns .
Retrieves the intersection rectangle of this location rectangle and the specified location rectangle.
Returns .
The location rectangle to use.
Determines whether this location rectangle intersects with the specified location rectangle.
Returns .
The location rectangle to use.
Determines whether two location rectangle instances are equal.
Returns .
The second location rectangle to compare.
The first location rectangle to compare.
Determines whether two location rectangle instances are not equal.
Returns .
The second location rectangle to compare.
The first location rectangle to compare.
Converts the location rectangle to a formatted string containing the latitude, longitude, and altitude values of its corners.
Returns .
Converts the location rectangle to a formatted string containing the latitude, longitude, and altitude values of its corners using a given format provider.
Returns .
An implementation that supplies culture-specific formatting information.
Gets the location of the center of the rectangle.
Returns .
Gets or sets the longitude of the eastern border of the rectangle.
Returns .
Gets the height of the location rectangle.
Returns .
Gets or sets the latitude of the northern border of the rectangle.
Returns .
Gets or sets the location of the northeast corner of the rectangle.
Returns .
Gets the location or the northwest corner of the rectangle.
Returns .
Gets or sets the latitude of the southern border of the rectangle.
Returns .
Gets the location of the southeast corner of the rectangle.
Returns .
Gets or sets the location of the southwest corner of the rectangle.
Returns .
Gets or sets the longitude of the western border of the rectangle.
Returns .
Gets or sets the width of the rectangle.
Returns .
Represents the default map class.
Initializes a new instance of the class.
Occurs when a key is pressed while focus is on the map.
Occurs when there is an error loading the map.
Occurs when the map mode changes.
Occurs when the mouse is used to double click the map.
Occurs when the left mouse button is pressed down over the map.
Occurs when the left mouse button is released.
Occurs when the mouse moves over the map.(
Occurs when the mouse wheel is used.
Occurs when the view towards which the map is animating changes.
Occurs when the screen is touched over the map.
Occurs when the screen is touched and dragged to move the map.
Occurs when the touch of the map on the screen finishes.
Occurs when the view is done changing.
Occurs for every frame of a view change.
Occurs when the view starts changing.
Deconstructs the map.
Builds the visual tree for the when a new template is applied.
Enables the ability to provide custom handling when the credentials provider changes.
The event arguments.
Enables the ability to provide custom handling when a keyboard key is pressed.
The event arguments.
Enables the ability to provide custom handling when the mouse is used to double-click the map.
The event arguments.
Enables the ability to provide custom handling when the left mouse button is pressed.
The event arguments.
Enables the ability to provide custom handling when the left mouse button is released.
The event arguments.
Enables the ability to provide custom handling when the mouse cursor is over the map.
The event arguments.
Enables the ability to provide custom handling when the mouse wheel moves at the same time the mouse cursor is over the map.
The event arguments.
Enables the ability to provide custom handling when a finger touches the screen while it is over the map.
The event arguments.
Enables the ability to provide custom handling when a finger moves on the screen while it is over the map.
The event arguments.
Enables the ability to provide custom handling when a finger is raised off the screen while it is over the map.
The event arguments.
Gets or sets the map foreground style.
Returns .
Gets or sets the current set of supported two-dimensional (2-D) manipulationshttp://msdn.microsoft.com/en-us/library/system.windows.input.manipulations.manipulations2d.aspx.
Returns System.Windows.Input.Manipulations.Manipulations2Dhttp://msdn.microsoft.com/en-us/library/system.windows.input.manipulations.manipulations2d.aspx.
Gets the protocol (http or https) that is used to request the map.
Returns .
Gets or sets whether to use HTTPS protocol when requesting a map.
Returns .
Gets or sets whether to use the inertial animation effect during map navigation.
Returns .
Represents the map.
Initializes a new instance of the class.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency
Identifies the dependency property.
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Additionally, halts any pending downloads of map imagery and allows existing map imagery resources to be freed. This method requires that the control is no longer in the visual tree and therefore has no parent. Once disposed, the control may not be added to the visual tree again.
Releases unmanaged and managed resources
Set to true to release both managed and unmanaged resources. Set to false to release only unmanaged resources.
Converts a location to a viewport point.
Returns .
The location to convert.
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplatehttp://msdn.microsoft.com/en-us/library/system.windows.frameworkelement.applytemplate.aspx
Occurs when the user presses and holds down a key or keys on the keyboard.
The event data to use.
Occurs when the ScaleVisibility property is changed.
The event data to use.
Invoked when the parent of this element in the visual tree is changed. Overrides System.Windows.UIElement.OnVisualParentChangedhttp://msdn.microsoft.com/en-us/library/system.windows.frameworkelement.onvisualparentchanged.aspx.
The old parent element. May be nullNothingnullptra null reference (Nothing in Visual Basic) to indicate that the element did not have a visual parent previously. (Type: System.Windows.DependencyObjecthttp://msdn.microsoft.com/en-us/library/system.windows.dependencyobject.aspx)
Sets the map view to the specified center location and zoom level.
The zoom level of the map view.
The location of the center of the map view.
Sets the map view to the specified center location, zoom level, and directional heading.
The zoom level of the map view.
The location of the center of the map view.
The directional heading of the map view.
Sets the map view to the specified zoom level and heading.
The zoom level of the map view.
The heading of the map view.
Sets the map view using the specified location rectangle.
The rectangle that defines the boundaries of the map view.
Sets the map view to the specified center location, margin, and heading.
The margin in viewport pixels. This value must be non-negative.
The location of the center of the map view.
The heading of the map view.
Sets the map view to the specified center location, margin, heading, and zoom level.
The maximum zoom level of the map view.
The margin in viewport pixels. This value must be non-negative.
The location of the center of the map view.
The heading of the map view.
Determines the location on the map associated with a point on the viewport.
Returns .
The viewport point.
The location on the map.
Attempts to convert a viewport point to a location on a map.
Returns if the point was successfully converted to a point on the map.
A viewport coordinate.
Location on the map the corresponds to the viewport point.
Determines the location associated with the viewport point.
Returns .
The viewport point.
Gets or sets the animation level of the map.
Returns .
Gets the rectangle that defines the boundaries of the map view.
Returns .
Gets the center location of the map view.
Returns .
Gets the child elements of the map.
Returns .
Gets or sets the credentials (maps_ticket).
Returns .
Gets or sets the culture used by the map.
Returns .
Gets or sets the directional heading of the map.
Returns .
Gets or sets the map mode.
Returns .
Gets or sets the duration in milliseconds that it takes to cross-fade to a new map mode when a new map mode is set. The default value is 500 milliseconds.
Returns .
Gets or sets the visibility of all objects on the map.
Returns .
Gets the pitch of the map view towards which the map is animating.
Returns .
Gets the heading of the map view towards which the map is animating.
Returns .
Gets the zoom level of the map view towards which the map is animating.
Returns .
Gets the size of the viewport.
Returns .
Gets or sets the zoom level.
Returns .
Provides data for events.
Initializes a new instance of the class.
Gets or sets whether the map event is handled.
Returns .
Represents the class that uses a as an ItemsPanel. This enables data binding using an ItemsSource and an ItemTemplate. This class inherits from the ItemsControl class.
Initializes a new instance of the class.
Represents a map layer, which positions its child objects using geographic coordinates.
Initializes a new instance of the class.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Adds a UIElement to the map layer at the specified location.
The location at which to add the UIElement.
The UIElement to add.
Adds a UIElement to the map layer at the specified location using the given pixel offset.
The pixel offset to use.
The location at which to add the UIElement.
The UIElement to add.
Adds a UIElement to the map layer at the specified location using the given position origin.
The position origin to use.
The location at which to add the UIElement.
The UIElement to add.
Adds a UIElement to the map layer at the specified location rectangle.
The location rectangle at which to add the UIElement.
The UIElement to add.
Arranges the child elements so that they fit into the map layer.
Returns the actual used..
The final size of the map layer.
Retrieves the map layer’s position.
Returns .
The dependency field.
Retrieves the offset of a layer from the position calculated by the map projection, in pixels.
Returns .
The dependency fieldt
Retrieves the map layer’s position origin.
Returns .
The dependency field.
Retrieves a that objects of the layer are fit into (also known as “arranging”).
Returns .
The dependency field.
Measures the elements that need to fit into the map layer.
Returns .
The available size of the map layer.
Enables the ability to provide custom handling when the of the layer changes.
The dependency field.
The event arguments.
Enables the ability to provide custom handling when the of the layer changes.
The dependency field.
The event arguments.
Enables the ability to provide custom handling when the of the layer changes.
The dependency field.
The event arguments.
Enables the ability to provide custom handling when the of the layer changes.
The dependency field.
The event arguments.
Sets the position of the map layer.
The dependency field.
The location at which to position the map layer.
Sets the position offset of the map layer.
The dependency field.
The pixel offset to use.
Sets the position of the origin of the map layer.
The position origin of the map layer.
The dependency field.
Sets the position rectangle of the map layer.
The dependency field.
The boundaries of the map layer.
The child element should not have its Width and Height properties defined, instead its HorizontalAlign and VerticalAlign should both be set to Stretch.
Returns .
Gets the offset of a layer from the position calculated by the map projection, in pixels.
Returns .
Gets the position origin of the map layer.
Returns .
Gets a that objects are fit into (also known as “arranging”).
Returns .
Defines the base class for a map mode. This class must be inherited.
Initializes a new instance of the class.
Arranges the elements so they fit the given size.
Returns .
The size in which to fit the elements.
Gets whether the map mode typically has a light or a dark background. You can use this value to choose the overlay color. Most of the map modes have dark backgrounds.
Returns .
Represents a polygon on the map.
Initializes a new instance of the class.
Gets or sets the fill rule for the polygon.
Returns .
Gets or sets the vertices of the polygon.
Returns .
Represents a polyline on the map.
Initializes a new instance of the class.
Gets or set the fill rule for the polygon.
Returns .
Gets or sets vertices of the polygon.
Returns .
Represents the base class for a shape on the map. This class must be inherited.
Initializes a new instance of the class.
The shape to initialize on the map.
Arranges the shape to fit on the map.
Returns the actual .
The final size of the shape to fit.
Measures the shape to fit the available size.
Returns the actual needed by the shape and its children..
The available size of the shape.
Gets the shape.
Returns .
Gets or sets the fill of the shape.
Returns .
Gets or sets the locations that define the vertices of the shape.
Returns .
Gets or sets the opacity of the shape.
Returns .
Gets or sets the opacity mask for the shape.
Returns .
When overridden in a derived class, gets or sets the projected points of the shape. Use this property to arrange the points of derived classes.
Returns .
Gets or sets the stroke color of the shape.
Returns .
Gets or sets the StrokeDashArray value of the shape.
Returns .
Gets or sets the StrokeDashCap value for the shape.
Returns .
Gets or sets the StrokeDashOffset value for the shape.
Returns .
Gets or sets the StrokeEndLineCap value for the shape.
Returns .
Gets or sets the StrokeLineJoin value for the shape.
Returns .
Gets or sets the StrokeMiterLimit value for the shape.
Returns .
Gets or sets the StrokeStartLineCap value for the shape.
Returns .
Gets or sets the StrokeThickness value for the shape.
Returns .
Represents a layer of image tiles on the map.
Initializes a new instance of the class.
Returns .
Gets or sets the height, in pixels, of a tile in the map tile layer.
Returns .
Gets or sets the tile source associated with the map tile layer.
Returns .
Gets or sets the width, in pixels, of a tile in the map tile layer.
Returns .
Represents the Mercator map mode.
Initializes a new instance of the class.When you instantiate your Map to use the MercatorMode, you can add tile overlays, shapes, images or videos to one or more MapLayer objects.
Specifies whether the background is light or dark.
Returns .
Represents the anchor point of UIElement, such as an image, at a on a .
Initializes a new instance of the class.
The position of the origin along the x-axis.
The position of the origin along the y-axis.
Specifies the bottom center of the position.
Specifies the bottom left of the position.
Specifies the bottom right of the position.
Specifies the center of the position.
Specifies the center left of the position.
Specifies the center right of the position.
Specifies the top center of the position.
Specifies the top left of the position.
Specifies the top right of the position.
Determines whether the specified object is equal to this position origin.
Returns .
The object to compare to.
Determines whether the specified position origin is equal to this position origin.
Returns .
The position origin to compare to.
Retrieves the hash code for this position origin.
Returns .
Determines whether two position origin objects are equal.
Returns .
The second position origin to compare.
The first position origin to compare.
Determines whether two position origins are not equal.
Returns .
Gets or sets the y-axis position of the position origin.
Gets or sets the x-axis position of the position origin.
Gets or sets the x-axis position of the position origin.
Returns .
Gets or sets the y-axis position of the position origin.
Returns .
Represents a pushpin on the map.
Initializes a new instance of the class.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
???
Gets or sets the heading of the pushpin on the map.
Returns .
Gets or sets the location of the pushpin on the map.
Returns .
Gets or sets the position origin of the pushpin, which defines the position on the pushpin to anchor to the map.
Returns .
Represents the Road map mode.
Represents the Road map mode.
Gets the background style of the mode.
Returns .
Retrieves the URI for a tile based on its zoom level and tile position.
Initializes a new instance of the class.
Initializes a new instance of the class.
The format used to create the URI.
Occurs when a property of the tile source changes.
Specifies the piece of the URI that is the quad key.
Specifies the piece of the URI that is the sub-domain.
Specifies the pieces of the URI that specify the URI scheme.
Retrieves the sub-domain for the tile identified by the specified quad key.
Returns .
Retrieves the URI for the tile specified by the given x, y coordinates and zoom level.
Returns a for the tile.
The zoom level of the tile.
The horizontal position of the tile.
The vertical position of the tile.
Enables the ability to provide custom handling when a property of the tile source changes.
The name of the changed property.
Sets a matrix that represents sub-domains.
A string matrix that specifies the sub-domains.
Gets or sets the format used to create the URI.
Returns .The following markers may be present in the string. {quadkey} The string in the UriFormat that will be replaced with a quad key.{UriScheme} The string in the UriFormat that will be replaced with a URI scheme.{subdomain} The string in the UriFormat that will be replaced with the sub domain.
Gets or sets the visibility of the tile.
Returns .
The Microsoft.Maps.MapControl.WPF.Core namespace contains core classes of the map control. More advanced users can override these classes to implement their own features.
Represents the exception that is thrown when a configuration has not loaded.
Initializes a new instance of the class.
Initializes a new instance of the class.
The error message that explains the reason for the exception.
Initializes a new instance of the class.
The error type that is the cause of the current exception or null.
The error message that explains the reason for the exception.
The exception that is thrown when the specified credentials are invalid.
Initializes a new instance of the class.
Initializes a new instance of the class.
The error message.
Initializes a new instance of the class.
The inner exception.
The error message.
Provides credentials used to authenticate requests. This class must be inherited.
Initializes a new instance of the class.
When overridden in a derived class, retrieves the credentials used by the map control.
The function to call when the credentials are retrieved.
Contains asynchronous configuration settings. The configuration settings are loaded when an event handler is added to AsynchronousConfigurationLoaded.
Occurs when the configuration is loaded.
Loads the configuration. If configuration is already loaded, this method calls the callback function without trying to load the configuration.
The version string of the configuration.
The callback function to call after the configuration is loaded.
The name of the configuration section to load.
The culture of the configuration.
Loads the configuration. If configuration is already loaded, this method calls the callback function without trying to load the configuration.
The version string of the configuration.
The callback function to call after the configuration is loaded.
The name of the configuration section.
An object that stores user defined information. This object is returned in the callback function.
The culture of the configuration.
Loads the configuration using the xml provided.
The configuration xml to use.
Loads the configuration from the configuration service.
The URI that contains the configuration.
Sets the URI of the configuration service.
The URI of the configuration service.
Represents the callback function to call when the map configuration has loaded.
Provides data for the event.
Initializes a new instance of the class.
The error that occurred when the configuration was loaded.
Gets the error that occurred when the configuration was loaded.
Returns .
Represents a section of the map configuration.
Returns a bool indicating if the configuration setting identified by the specified key is in the map configuration.
Returns .
The key to use.
Gets the configuration setting identified by the specified key.
Returns .
The configuration setting key.
Contains background styles that allow the foreground controls to choose appropriate foreground styles.
The background is more typically dark (black).
The background is more typically light (white).
Represents a Bing Maps quadkey.
Initializes a new instance of the class specifying the quadkey.
The zoom level of the tile.
The x-axis position of the tile.
The y-axis position of the tile.
Initializes a new instance of the class, specifying the position and zoom level of the tile.
A string containing the quadkey of a tile.
Determines whether this quadkey is equal to the specified object.
Returns .
The object to compare.
Retrieves the hash code for this quad key.
Returns .
Determines whether two tiles are equal.
Returns .
The first tile to compare.
The second tile to compare.
Determines whether two tiles are not equal.
Returns .
The first time to compare.
The second tile to compare.
Gets the quadkey string of the tile.
Returns .
Gets the x-axis position of the tile.
Returns .
Gets the y-axis position of the tile.
Returns .
Gets or sets the zoom level of the tile.
Returns .
The Microsoft.Maps.MapControl.WPF.Design namespace contains classes such as type converters.
Contains methods that parse a string into an .
Initializes a new instance of the class.
Determines whether the given type can be converted to a .
Returns .
The type of the object to convert.
The context of the conversion.
Converts the specified object to an .
Returns .
The context to use in the conversion.
The object to convert.
The culture to use in the conversion.
Contains methods that parse a string containing locations into a .
Initializes a new instance of the class.
Determines whether the given type can be converted to a .
Returns .
The object type from which to convert.
The format context provider of the type.
Converts the given object to a .
Returns .
The format context provider of the type.
The object to convert.
The culture to use in the conversion.
Contains methods that parse a string into a .
Initializes a new instance of the class.
Determines whether or not the given type can be converted to a .
Returns .
The object type from which to convert.
The format context provider of the type.
Converts a given object to a .
Returns .
The format context provider of the type.
The object to convert.
The culture to use in the conversion.
Contains methods that parse a string into a .
Initializes a new instance of the class.
Determines whether the given type can be converted to a .
Returns .
The object type from which to convert.
The format context provider of the type.
Converts the given object to a .
Returns .
The format context provider of the type.
The object to convert.
The culture to use in the conversion.
Contains methods that parse a string into a .
Initializes a new instance of the class.
Determines whether the given type can be converted to a .
Returns .
The object type from which to convert.
The format context provider of the type.
Converts the given object to a .
Returns .
The format context provider of the type.
The object to convert.
The culture to use in the conversion.
Contains methods that parse a string into a .
Initializes a new instance of the class.
Determines whether the specified object can be converted to a .
Returns .
The type of the object to convert.
The context to use in the conversion.
Converts the specified object to a .
Returns .
The context to use in the conversion.
The object to convert.
The culture to use in the conversion.
The Microsoft.Maps.MapControl.WPF.Overlays namespace contains classes that represent default overlays, such as the map copyright overlay.
Represents the compass control.
Initializes a new instance of the class.
Identifies the dependency property.
Initialize the compass.
Gets or sets the compass heading.
Returns .
Represents the copyright control on the map.
Initializes a new instance of the class.
Initializes the copyright control.
Enables derived classes to provide custom handling when the property changes.
The old attributions values.
The new attributions values.
Represents the units of distance used by the scale bar.
The scale bar uses the default unit of distance of the current country or region.
The scale bar uses kilometers for long distances and meters for shorter distances.
The scale bar uses miles for long distances and feet for short distances.
The scale bar uses miles for long distances and yards for short distances.
Represents a Windows Presentation Foundation control that shows an error message.
Initializes a new instance of the class.
Initializes the error message control.
Displays a configuration loading error.
The culture to use to localize the error message or null to use the default culture.
Displays an error if credentials are invalid.
The culture in which to display the error message.
Displays an error for a bad URL.
The culture to use to localize the error message or null to use the default culture.
Represents the Bing Maps WPF Control logo.
Initializes a new instance of the class.
Initializes the logo overlay.
Represents the control that displays map overlays such as the logo, scale bar and the copyright information.
Initializes a new instance of the class
The map to use.
Enables the ability to provide custom handling when a new template is applied to the map foreground.
Represents the scale bar control on a map.
Initializes a new instance of the class.
Identifies the dependency property.
Identifies the dependency property.
Initializes the scale bar control.
Enables derived classes to provide custom handling when the culture of the scale bar changes.
Enables derived classes to provide custom handling when the value of the scale bar changes.
Enables derived classes to provide custom handling when the units used by the scale bar changes.
Gets or sets the culture of the scale bar, which determines the language and default units used by the scale bar.
Returns .
Gets or sets the distance unit used by the scale bar.
Returns .
Gets or sets the meters per pixel to display on the scale bar.
Returns .
Represents a shadowed text label that is easier to see on the map that text of a single color. The text is displayed by offsetting text in one color on top of another color.
Initializes a new instance of the class.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Initializes the shadow text control.
Gets or sets the color of the shadow behind the text.
Returns .
Gets or sets the color of the text.
Returns .
Gets or sets the text of the shadow text control on the map.
Returns .