Class
MapGeometryPropertyValueProvider

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

cs-api-definition
public class MapGeometryPropertyValueProvider : IColorizationValueProvider

Inheritance: objectMapGeometryPropertyValueProvider

Implements: IColorizationValueProvider

Constructors

MapGeometryPropertyValueProvider(string)

Initializes a new instance of the MapGeometryPropertyValueProvider class.

Declaration

cs-api-definition
public MapGeometryPropertyValueProvider(string propertyName)

Parameters

propertyName

string

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

string

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

MapGeometry

The colorizable.

Returns

object

System.Object.

Implements IColorizationValueProvider.GetValue(MapGeometry)