MapTileSource.LayerProperty Property

Definition

Identifies the Layer dependency property.

public:
 static property DependencyProperty ^ LayerProperty { DependencyProperty ^ get(); };
static DependencyProperty LayerProperty();
public static DependencyProperty LayerProperty { get; }
var dependencyProperty = MapTileSource.layerProperty;
Public Shared ReadOnly Property LayerProperty As DependencyProperty

Property Value

The identifier for the Layer dependency property.

Applies to

See also