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

Represents extended property of the map shape.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class ExtendedProperty

Inheritance: objectExtendedProperty

Constructors

Initializes a new instance of the ExtendedProperty class.

C#
public ExtendedProperty(string propertyName, string displayName, Type propertyType, object defaultValue)
Parameters:propertyNamestring

Name of the property.

displayNamestring

Display name of the property.

propertyTypeType

Type of the property.

defaultValueobject

Default value.

Properties

Gets default value.

C#
public object Default { get; }

Gets name of the property.

C#
public string Name { get; }

Gets type of the property.

C#
public Type Type { get; }