MapElementsLayer Class

Definition

Represents a collection of map elements to which you can bind data and manipulate independently of other map elements.

public ref class MapElementsLayer sealed : MapLayer
/// [Windows.Foundation.Metadata.Activatable(327680, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MapElementsLayer final : MapLayer
[Windows.Foundation.Metadata.Activatable(327680, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MapElementsLayer : MapLayer
Public NotInheritable Class MapElementsLayer
Inherits MapLayer
Inheritance
Object Platform::Object IInspectable DependencyObject MapLayer MapElementsLayer
Attributes

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Constructors

MapElementsLayer()

Creates a MapElementsLayer instance.

Properties

Dispatcher

Gets the CoreDispatcher that this object is associated with. The CoreDispatcher represents a facility that can access the DependencyObject on the UI thread even if the code is initiated by a non-UI thread.

(Inherited from DependencyObject)
MapElements

Gets the collection of MapElement objects that are children of the MapElementsLayer.

MapElementsProperty

Identifies the MapElements dependency property.

MapTabIndex

Gets or sets a value that determines the order in which objects of the MapLayer receive focus when the user navigates through those elements by pressing the Tab key.

(Inherited from MapLayer)
Visible

Gets or sets a value that indicates whether the MapLayer is visible on the MapControl.

(Inherited from MapLayer)
ZIndex

Gets or sets the z-index of the MapLayer. A MapLayer with a higher z-index is displayed on top of a MapLayer with a lower z-index.

(Inherited from MapLayer)

Methods

ClearValue(DependencyProperty)

Clears the local value of a dependency property.

(Inherited from DependencyObject)
GetAnimationBaseValue(DependencyProperty)

Returns any base value established for a dependency property, which would apply in cases where an animation is not active.

(Inherited from DependencyObject)
GetValue(DependencyProperty)

Returns the current effective value of a dependency property from a DependencyObject.

(Inherited from DependencyObject)
ReadLocalValue(DependencyProperty)

Returns the local value of a dependency property, if a local value is set.

(Inherited from DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback)

Registers a notification function for listening to changes to a specific DependencyProperty on this DependencyObject instance.

(Inherited from DependencyObject)
SetValue(DependencyProperty, Object)

Sets the local value of a dependency property on a DependencyObject.

(Inherited from DependencyObject)
UnregisterPropertyChangedCallback(DependencyProperty, Int64)

Cancels a change notification that was previously registered by calling RegisterPropertyChangedCallback.

(Inherited from DependencyObject)

Events

MapContextRequested

Occurs when the user has completed a context input gesture on a map layer, such as a right-click.

MapElementClick

Occurs when the user taps or clicks a MapElement that has been add to the MapElementsLayer.

MapElementPointerEntered

Occurs when a pointer moves into the bounding area of a MapElement on a MapElementsLayer.

MapElementPointerExited

Occurs when a pointer moves out of the bounding area of a MapElement on a MapElementsLayer.

Applies to