menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeFileLayer.ShapeSelectedEventArgs - API Reference

    Show / Hide Table of Contents

    Class ShapeFileLayer.ShapeSelectedEventArgs

    Represents the shape selected event args

    Inheritance
    System.Object
    ShapeFileLayer.ShapeSelectedEventArgs
    Namespace: Com.Syncfusion.Maps
    Assembly: Syncfusion.SfMaps.Android.dll
    Syntax
    public class ShapeSelectedEventArgs : EventArgs

    Constructors

    ShapeSelectedEventArgs()

    Declaration
    public ShapeSelectedEventArgs()

    Properties

    IsSelected

    Gets a value indicating whether shape file layer is selected

    Declaration
    public bool IsSelected { get; }
    Property Value
    Type Description
    System.Boolean

    P0

    Gets or sets the object of selected event

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