Default implementation of the IMapPropertyAccessor accessor interface.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class DefaultPropertyAccessor : IMapPropertyAccessor
Inheritance: objectDefaultPropertyAccessor
Implements:
Constructors
Initializes a new instance of the DefaultPropertyAccessor class using information about type of the item.
Methods
Gets double value from the correspondent attachable property.
C#
public double GetDouble(object item, DataMember dataMember)
Item to get value from.
dataMemberDataMemberData member.
Returns:Double value or NaN.
Implements: