New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

C#
public class MapGeometryPropertyValueProvider : IColorizationValueProvider

Inheritance: objectMapGeometryPropertyValueProvider

Implements: IColorizationValueProvider

Constructors

Initializes a new instance of the MapGeometryPropertyValueProvider class.

C#
public MapGeometryPropertyValueProvider(string propertyName)
Parameters:propertyNamestring

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; }
Property Value:

The name of the property.

Methods

Gets the value of the geometry specified by the PropertyName.

C#
public object GetValue(MapGeometry colorizable)
Parameters:colorizableMapGeometry

The colorizable.

Returns:

object

System.Object.

Implements: IColorizationValueProvider.GetValue(MapGeometry)