menu

UWP

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

    Show / Hide Table of Contents

    Class MarkerSelectedEventArgs

    Class implementation of marker selected event args

    Inheritance
    System.Object
    MarkerSelectedEventArgs
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.UWP.dll
    Syntax
    public class MarkerSelectedEventArgs : EventArgs

    Constructors

    MarkerSelectedEventArgs()

    Declaration
    public MarkerSelectedEventArgs()

    Properties

    CanBringToTop

    Gets or sets the boolean value to bring the top position of selected marker.

    Declaration
    public bool CanBringToTop { get; set; }
    Property Value
    Type
    System.Boolean

    MarkerTemplate

    Gets or sets the value for the selected marker template

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

    SelectedMarker

    Gets or sets the value of selected marker

    Declaration
    public object SelectedMarker { get; }
    Property Value
    Type
    System.Object

    Extension Methods

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