ClassExtendedProperty
Class
Represents extended property of the map shape.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class ExtendedProperty
Inheritance: objectExtendedProperty
Constructors
ExtendedProperty(string, string, Type, object)
Initializes a new instance of the ExtendedProperty class.
Declaration
cs-api-definition
public ExtendedProperty(string propertyName, string displayName, Type propertyType, object defaultValue)
Parameters
propertyName
Name of the property.
displayName
Display name of the property.
propertyType
Type of the property.
defaultValue
Default value.