menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapPoint - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapPoint

    MapPoint

    Inheritance
    System.Object
    MapPoint
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.UWP.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.DependencyProperty

    Properties

    ActualTemplate

    ActualTemplate

    Declaration
    public DataTemplate ActualTemplate { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.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
    Windows.UI.Xaml.Thickness

    PointPopupTemplate

    PointPopupTemplate

    Declaration
    public DataTemplate PointPopupTemplate { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.DataTemplate

    TooltipText

    TooltipText

    Declaration
    public string TooltipText { get; set; }
    Property Value
    Type
    System.String

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved