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