Class
MapContentControl

Represents content control which implements the IExtendedData interface.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class MapContentControl : ContentControl, IExtendedData

Inheritance: objectMapContentControl

Implements: IExtendedData

Constructors

MapContentControl()

Initializes a new instance of the MapContentControl class.

Declaration

cs-api-definition
public MapContentControl()

Properties

ExtendedData

Gets or sets shape's extended data.

Declaration

cs-api-definition
public ExtendedData ExtendedData { get; set; }

Property Value

ExtendedData

Implements IExtendedData.ExtendedData

Methods

OnContentChanged(object, object)

OnContentChanged event handler.

Declaration

cs-api-definition
protected override void OnContentChanged(object oldContent, object newContent)

Parameters

oldContent

object

Old content.

newContent

object

New content.