Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeSelectedEventArgs

    Show / Hide Table of Contents

    Class ShapeSelectedEventArgs

    To get the selected shape properties.

    Inheritance
    System.Object
    ShapeSelectedEventArgs
    Namespace: Syncfusion.SfMaps.XForms
    Assembly: Syncfusion.SfMaps.XForms.dll
    Syntax
    public class ShapeSelectedEventArgs : EventArgs

    Constructors

    ShapeSelectedEventArgs()

    Declaration
    public ShapeSelectedEventArgs()

    Properties

    Data

    Gets the value of shape data.

    Declaration
    public object Data { get; }
    Property Value
    Type Description
    System.Object

    IsSelected

    Gets a value indicating whether the shape is selected.

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