Class MapObjectInfo
Inheritance
System.Object
MapObjectInfo
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapObjectInfo : Object
Constructors
MapObjectInfo(Object, DependencyObject, Int32)
Declaration
public MapObjectInfo(object item, DependencyObject container = null, int index = -1)
Parameters
System.
|
Microsoft.
|
System.
|
Properties
Cluster
Container
Declaration
public DependencyObject Container { get; set; }
Property Value
Microsoft.
|
Index
Declaration
public int Index { get; set; }
Property Value
System.
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.
|
Item
Declaration
public object Item { get; set; }
Property Value
System.
|
Location
OriginalItem
Declaration
public object OriginalItem { get; set; }
Property Value
System.
|
Methods
Dispose()
Declaration
public virtual void Dispose()
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
SetLocation(Location, VisualizationLayer, Boolean)
Declaration
public void SetLocation(Location newLocation, VisualizationLayer layer, bool forceUpdate)
Parameters
Location
newLocation
|
Visualization
|
System.
|