Class MapPoint
MapPoint
Inheritance
System.Object
MapPoint
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public class MapPoint : Control
Constructors
MapPoint()
MapPoint
Declaration
public MapPoint()
Fields
ActualTemplateProperty
// Using a DependencyProperty as the backing store for ActualTemplate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ActualTemplateProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PointDataProperty
// Using a DependencyProperty as the backing store for Vals. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty PointDataProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PointMarginProperty
// Using a DependencyProperty as the backing store for PointMargin. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty PointMarginProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PointPopupTemplateProperty
// Using a DependencyProperty as the backing store for PointPopupTemplate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty PointPopupTemplateProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
TooltipTextProperty
// Using a DependencyProperty as the backing store for TooltipText. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TooltipTextProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
ActualTemplate
ActualTemplate
Declaration
public DataTemplate ActualTemplate { get; set; }
Property Value
Type |
---|
System.Windows.DataTemplate |
Item[String]
Validates the key values
Declaration
public object this[string key] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Property Value
Type |
---|
System.Object |
PointData
Gets or sets the value for point data.
Declaration
public Dictionary<string, string> PointData { get; set; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary<System.String, System.String> |
PointMargin
PointMargin
Declaration
public Thickness PointMargin { get; set; }
Property Value
Type |
---|
System.Windows.Thickness |
PointPopupTemplate
PointPopupTemplate
Declaration
public DataTemplate PointPopupTemplate { get; set; }
Property Value
Type |
---|
System.Windows.DataTemplate |
TooltipText
TooltipText
Declaration
public string TooltipText { get; set; }
Property Value
Type |
---|
System.String |
Methods
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseEventArgs | e |