menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved