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 |
---|
System.Object |
IsSelected
Gets a value indicating whether the shape is selected.
Declaration
public bool IsSelected { get; }
Property Value
Type |
---|
System.Boolean |