Class
ExtendedProperty

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

string

Name of the property.

displayName

string

Display name of the property.

propertyType

Type

Type of the property.

defaultValue

object

Default value.

Properties

Default

Gets default value.

Declaration

cs-api-definition
public object Default { get; }

Property Value

object

Name

Gets name of the property.

Declaration

cs-api-definition
public string Name { get; }

Property Value

string

Type

Gets type of the property.

Declaration

cs-api-definition
public Type Type { get; }

Property Value

Type