MapLayer
MapLayer
MapLayer
MapLayer
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Represents a collection of map data to which you can bind data and manipulate independently of other map types of map data.
public : class MapLayer : DependencyObject, IMapLayerpublic class MapLayer : DependencyObject, IMapLayerPublic Class MapLayer Inherits DependencyObject Implements IMapLayer// This API is not available in Javascript.
- Inheritance
- Attributes
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Inherited Members
Inherited methods
Inherited properties
Constructors
Properties
MapTabIndex MapTabIndex MapTabIndex MapTabIndex
Prerelease. 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.
public : int MapTabIndex { get; set; }public int MapTabIndex { get; set; }Public ReadWrite Property MapTabIndex As int// This API is not available in Javascript.
- Value
- int int int int
A value that determines the order of logical navigation across elements in a MapLayer.
MapTabIndexProperty MapTabIndexProperty MapTabIndexProperty MapTabIndexProperty
Prerelease. Identifies the MapTagIndex dependency property.
public : static DependencyProperty MapTabIndexProperty { get; }public static DependencyProperty MapTabIndexProperty { get; }Public Static ReadOnly Property MapTabIndexProperty As DependencyProperty// This API is not available in Javascript.
The MapTagIndex dependency property.
Visible Visible Visible Visible
Prerelease. Gets or sets a value that indicates whether the MapLayer is visible on the MapControl.
public : PlatForm::Boolean Visible { get; set; }public bool Visible { get; set; }Public ReadWrite Property Visible As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
true if the MapLayer is visible on the MapControl; otherwise, false.
VisibleProperty VisibleProperty VisibleProperty VisibleProperty
Prerelease. Identifies the Visible dependency property.
public : static DependencyProperty VisibleProperty { get; }public static DependencyProperty VisibleProperty { get; }Public Static ReadOnly Property VisibleProperty As DependencyProperty// This API is not available in Javascript.
The Visible dependency property.
ZIndex ZIndex ZIndex ZIndex
Prerelease. 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.
public : int ZIndex { get; set; }public int ZIndex { get; set; }Public ReadWrite Property ZIndex As int// This API is not available in Javascript.
- Value
- int int int int
The z-index of the MapLayer.
ZIndexProperty ZIndexProperty ZIndexProperty ZIndexProperty
Prerelease. Identifies the ZIndex dependency property.
public : static DependencyProperty ZIndexProperty { get; }public static DependencyProperty ZIndexProperty { get; }Public Static ReadOnly Property ZIndexProperty As DependencyProperty// This API is not available in Javascript.
The ZIndex dependency property.