menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class MarkerSelectedEventArgs

    Class implementation of marker selected event args

    Inheritance
    System.Object
    System.EventArgs
    MarkerSelectedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.WPF.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

    IsSelected

    Gets the boolean value to identify whether the marker is selected or unselected.

    Declaration
    public bool IsSelected { get; }
    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
    System.Windows.DataTemplate

    SelectedMarker

    Gets or sets the value of selected marker

    Declaration
    public object SelectedMarker { get; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved