menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class MarkerSelectedEventArgs

    Class implementation of MarkerSelectedEventArgs

    Inheritance
    System.Object
    MarkerSelectedEventArgs
    Namespace: Syncfusion.SfMaps.iOS
    Assembly: Syncfusion.SfMaps.iOS.dll
    Syntax
    public class MarkerSelectedEventArgs : Object

    Constructors

    MarkerSelectedEventArgs()

    Declaration
    public MarkerSelectedEventArgs()

    Properties

    CanBringToTop

    Gets or sets a value indicating whether the boolean value is to bring the top position of selected marker.

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

    SelectedMarker

    Gets the value for selected marker

    Declaration
    public SFMapMarker SelectedMarker { get; }
    Property Value
    Type
    SFMapMarker

    SelectedMarkerView

    Gets or sets the view for selected marker

    Declaration
    public UIView SelectedMarkerView { get; set; }
    Property Value
    Type
    UIKit.UIView
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved