Class SizeChangingEventArgs
Represents the SelectionEventArgs in the SfMap.
Inheritance
System.Object
SizeChangingEventArgs
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public class SizeChangingEventArgs : RoutedEventArgs
Constructors
SizeChangingEventArgs(Object, Double)
Initializes a new instance of the SelectionEventArgs class.
Declaration
public SizeChangingEventArgs(object items, double size)
Parameters
Type | Name | Description |
---|---|---|
System.Object | items | Items to be selected or unselected |
System.Double | size |
Properties
BubbleValue
Gets or Sets the BubbleValue
Declaration
public double BubbleValue { get; set; }
Property Value
Type |
---|
System.Double |
Data
Gets the Bounded object of Bubble.
Declaration
public object Data { get; }
Property Value
Type | Description |
---|---|
System.Object | Type :System.Object |
Remarks
Data is the read only property to read the items of Bubble