Class MarkerSelectedEventArgs
Class implemntation of MarkerEventArgs.
Inheritance
System.Object
MarkerSelectedEventArgs
Namespace: Syncfusion.SfMaps.XForms
Assembly: Syncfusion.SfMaps.XForms.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 |
CustomView
Gets or sets the value of CustomView.
Declaration
public DataTemplate CustomView { get; set; }
Property Value
Type |
---|
Xamarin.Forms.DataTemplate |
MapMarker
Gets or sets the value for MapMarker.
Declaration
public MapMarker MapMarker { get; set; }
Property Value
Type |
---|
MapMarker |