ClassDefaultPropertyAccessor
Class
Default implementation of the IMapPropertyAccessor accessor interface.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class DefaultPropertyAccessor : IMapPropertyAccessor
Inheritance: objectDefaultPropertyAccessor
Implements:
Constructors
DefaultPropertyAccessor(Type)
Initializes a new instance of the DefaultPropertyAccessor class using information about type of the item.
Declaration
cs-api-definition
public DefaultPropertyAccessor(Type itemType)
Parameters
itemType
Item type.
Methods
GetDouble(object, DataMember)
Gets double value from the correspondent attachable property.
Declaration
cs-api-definition
public double GetDouble(object item, DataMember dataMember)
Parameters
item
Item to get value from.
dataMember
Data member.
Returns
Double value or NaN.
Implements
GetHotspot(object)
Gets hotspot of the data item.
GetLocation(object)
Gets geographical location of the data item.
GetZIndex(object)
Gets ZIndex of the data item.
GetZoomRange(object)
Gets zoom range of the data item.