MapLayer Members

This documentation is no longer available on MSDN, however it is available as a CHM download.



Represents a map layer, which positions its child UIElement objects using geographic coordinates.

The following tables list the members exposed by the MapLayer type.

  Name Description
MapLayer Initializes a new instance of the MapLayer class.
Top

  Name Description
public field static PositionOffsetProperty Identifies the PositionOffset dependency property.
public field static PositionOriginProperty Identifies the PositionOrigin dependency property.
public field static PositionProperty Identifies the Position dependency property.
public field static PositionRectangleProperty Identifies the PositionRectangle dependency property.
Top

  Name Description
public property ActualHeight  (inherited from FrameworkElement)
public property ActualWidth  (inherited from FrameworkElement)
public property Background  (inherited from Panel)
public property CacheMode  (inherited from UIElement)
public property Children  (inherited from Panel)
public property Clip  (inherited from UIElement)
public property Cursor  (inherited from FrameworkElement)
public property DataContext  (inherited from FrameworkElement)
public property DesiredSize  (inherited from UIElement)
public property Dispatcher  (inherited from DependencyObject)
public property Effect  (inherited from UIElement)
public property Height  (inherited from FrameworkElement)
public property HorizontalAlignment  (inherited from FrameworkElement)
public property IsHitTestVisible  (inherited from UIElement)
public property IsItemsHost  (inherited from Panel)
public property Language  (inherited from FrameworkElement)
public property Margin  (inherited from FrameworkElement)
public property MaxHeight  (inherited from FrameworkElement)
public property MaxWidth  (inherited from FrameworkElement)
public property MinHeight  (inherited from FrameworkElement)
public property MinWidth  (inherited from FrameworkElement)
public property Name  (inherited from FrameworkElement)
public property Opacity  (inherited from UIElement)
public property OpacityMask  (inherited from UIElement)
public property Parent  (inherited from FrameworkElement)
public property ParentMap Gets the parent map of the map layer.
public property static Position Gets the position of the map layer.
public property static PositionOffset Gets the offset of a layer from the position calculated by the map projection, in pixels.
public property static PositionOrigin Gets the position origin of the map layer.
public property static PositionRectangle Gets a LocationRect that UIElement objects are fit into (also known as “arranging”).
public property Projection  (inherited from UIElement)
public property RenderSize  (inherited from UIElement)
public property RenderTransform  (inherited from UIElement)
public property RenderTransformOrigin  (inherited from UIElement)
public property Resources  (inherited from FrameworkElement)
public property Style  (inherited from FrameworkElement)
public property Tag  (inherited from FrameworkElement)
public property Triggers  (inherited from FrameworkElement)
public property UseLayoutRounding  (inherited from UIElement)
public property VerticalAlignment  (inherited from FrameworkElement)
public property Visibility  (inherited from UIElement)
public property Width  (inherited from FrameworkElement)
Top

(see also Protected Methods)
 NameDescription
public methodAddChildOverloaded. Overridden. Adds a UIElement to the map layer.
public methodAddHandler  (inherited from UIElement)
public methodArrange  (inherited from UIElement)
public methodCaptureMouse  (inherited from UIElement)
public methodCheckAccess  (inherited from DependencyObject)
public methodClearValue  (inherited from DependencyObject)
public methodEquals  (inherited from Object)
public methodFindName  (inherited from FrameworkElement)
public methodGetAnimationBaseValue  (inherited from DependencyObject)
public methodGetBindingExpression  (inherited from FrameworkElement)
public methodGetHashCode  (inherited from Object)
public methodstaticGetPositionRetrieves the map layer’s position.
public methodstaticGetPositionOffsetRetrieves the offset of a layer from the position calculated by the map projection, in pixels.
public methodstaticGetPositionOriginRetrieves the map layer’s position origin.
public methodstaticGetPositionRectangleRetrieves a LocationRect that UIElement objects of the layer are fit into (also known as “arranging”).
public methodGetType  (inherited from Object)
public methodGetValue  (inherited from DependencyObject)
public methodInvalidateArrange  (inherited from UIElement)
public methodInvalidateMeasure  (inherited from UIElement)
public methodMeasure  (inherited from UIElement)
public methodOnApplyTemplate  (inherited from FrameworkElement)
public methodstaticOnPositionChangedEnables the ability to provide custom handling when the Position of the layer changes.
public methodstaticOnPositionOffsetChangedEnables the ability to provide custom handling when the PositionOffset of the layer changes.
public methodstaticOnPositionOriginChangedEnables the ability to provide custom handling when the PositionOrigin of the layer changes.
public methodstaticOnPositionRectangleChangedEnables the ability to provide custom handling when the PositionRectangle of the layer changes.
public methodProjectionUpdatedUpdates the map layer elements if the map projection is updated.
public methodReadLocalValue  (inherited from DependencyObject)
public methodReleaseMouseCapture  (inherited from UIElement)
public methodRemoveHandler  (inherited from UIElement)
public methodSetBinding  (inherited from FrameworkElement)
public methodstaticSetPositionSets the position of the map layer.
public methodstaticSetPositionOffsetSets the position offset of the map layer.
public methodstaticSetPositionOriginSets the position of the origin of the map layer.
public methodstaticSetPositionRectangleSets the position rectangle of the map layer.
public methodSetValue  (inherited from DependencyObject)
public methodToString  (inherited from Object)
public methodTransformToVisual  (inherited from UIElement)
public methodUpdateLayout  (inherited from UIElement)
Top

  Name Description
protected method ArrangeOverride Overridden. Arranges the child elements so that they fit into the map layer.
protected method Finalize  (inherited from Object)
protected method MeasureOverride Overridden. Measures the elements that need to fit into the map layer.
protected method MemberwiseClone  (inherited from Object)
protected method OnCreateAutomationPeer Overridden. Enables the ability to provide custom handling when an automation peer is created.
Top

  Name Description
public event BindingValidationError  (inherited from FrameworkElement)
public event GotFocus  (inherited from UIElement)
public event KeyDown  (inherited from UIElement)
public event KeyUp  (inherited from UIElement)
public event LayoutUpdated  (inherited from FrameworkElement)
public event Loaded  (inherited from FrameworkElement)
public event LostFocus  (inherited from UIElement)
public event LostMouseCapture  (inherited from UIElement)
public event MouseEnter  (inherited from UIElement)
public event MouseLeave  (inherited from UIElement)
public event MouseLeftButtonDown  (inherited from UIElement)
public event MouseLeftButtonUp  (inherited from UIElement)
public event MouseMove  (inherited from UIElement)
public event MouseWheel  (inherited from UIElement)
public event SizeChanged  (inherited from FrameworkElement)
Top
Show: