Class ExtendedProperty
Represents extended property of the map shape.
Inheritance
System.Object
ExtendedProperty
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ExtendedProperty : Object
Constructors
ExtendedProperty(String, String, Type, Object)
Initializes a new instance of the ExtendedProperty class.
Declaration
public ExtendedProperty(string propertyName, string displayName, Type propertyType, object defaultValue)
Parameters
System.String
propertyName
Name of the property. |
System.String
displayName
Display name of the property. |
System.Type
propertyType
Type of the property. |
System.Object
defaultValue
Default value. |
Properties
Default
Gets default value.
Declaration
public object Default { get; }
Property Value
System.Object
|
Name
Gets name of the property.
Declaration
public string Name { get; }
Property Value
System.String
|
Type
Gets type of the property.
Declaration
public Type Type { get; }
Property Value
System.Type
|