Class MapGeometryPropertyValueProvider
Inheritance
System.Object
MapGeometryPropertyValueProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class MapGeometryPropertyValueProvider : IColorizationValueProvider
Constructors
MapGeometryPropertyValueProvider(String)
Initializes a new instance of the MapGeometryPropertyValueProvider class.
Declaration
public MapGeometryPropertyValueProvider(string propertyName)
Parameters
System.String
propertyName
Name of the property. |
Properties
PropertyName
Gets or sets the name of the property that will be used to extract a value.
Declaration
public string PropertyName { get; set; }
Property Value
System.String
The name of the property. |
Methods
GetValue(MapGeometry)
Gets the value of the geometry specified by the PropertyName.
Declaration
public object GetValue(MapGeometry colorizable)
Parameters
MapGeometry
colorizable
The colorizable. |
Returns
System.Object
System.Object. |