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

Represents content control which implements the IExtendedData interface.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class MapContentControl : ContentControl, IExtendedData

Inheritance: objectMapContentControl

Implements: IExtendedData

Constructors

Initializes a new instance of the MapContentControl class.

C#
public MapContentControl()

Properties

Gets or sets shape's extended data.

C#
public ExtendedData ExtendedData { get; set; }

Implements: IExtendedData.ExtendedData

Methods

OnContentChanged event handler.

C#
protected override void OnContentChanged(object oldContent, object newContent)
Parameters:oldContentobject

Old content.

newContentobject

New content.