Displays a map with layers of content above it.

Namespace:  C1.Phone.Maps
Assembly:  C1.Phone.Maps (in C1.Phone.Maps.dll)

Syntax

C#
[TemplatePartAttribute(Name = "Layers", Type = typeof(Panel))]
[ContentPropertyAttribute("Layers")]
[TemplateVisualStateAttribute(Name = "MouseOver", GroupName = "CommonStates")]
[TemplatePartAttribute(Name = "Tiles", Type = typeof(C1MapTilesLayer))]
[TemplateVisualStateAttribute(Name = "Disabled", GroupName = "CommonStates")]
[TemplateVisualStateAttribute(Name = "Normal", GroupName = "CommonStates")]
public class C1Maps : Control
Visual Basic
<TemplatePartAttribute(Name := "Layers", Type := GetType(Panel))> _
<ContentPropertyAttribute("Layers")> _
<TemplateVisualStateAttribute(Name := "MouseOver", GroupName := "CommonStates")> _
<TemplatePartAttribute(Name := "Tiles", Type := GetType(C1MapTilesLayer))> _
<TemplateVisualStateAttribute(Name := "Disabled", GroupName := "CommonStates")> _
<TemplateVisualStateAttribute(Name := "Normal", GroupName := "CommonStates")> _
Public Class C1Maps _
	Inherits Control

Inheritance Hierarchy

See Also