ClassMapGeometryPropertyValueProvider
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
cs-api-definition
public class MapGeometryPropertyValueProvider : IColorizationValueProvider
Inheritance: objectMapGeometryPropertyValueProvider
Implements:
Constructors
MapGeometryPropertyValueProvider(string)
Initializes a new instance of the MapGeometryPropertyValueProvider class.
Declaration
cs-api-definition
public MapGeometryPropertyValueProvider(string propertyName)
Parameters
propertyName
Name of the property.
Properties
PropertyName
Gets or sets the name of the property that will be used to extract a value.
Declaration
cs-api-definition
public string PropertyName { get; set; }
Property Value
The name of the property.
Methods
GetValue(MapGeometry)
Gets the value of the geometry specified by the PropertyName.
Declaration
cs-api-definition
public object GetValue(MapGeometry colorizable)
Parameters
colorizable
The colorizable.
Returns
System.Object.
Implements