Class MarkerSelectedEventArgs
Class implementation of marker selected event args
Inheritance
System.Object
MarkerSelectedEventArgs
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 |