Class MapContentControl
Represents content control which implements the IExtendedData interface.
Inheritance
System.Object
MapContentControl
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapContentControl : ContentControl, IExtendedData
Constructors
MapContentControl()
Initializes a new instance of the MapContentControl class.
Declaration
public MapContentControl()
Properties
ExtendedData
Gets or sets shape's extended data.
Declaration
public ExtendedData ExtendedData { get; set; }
Property Value
ExtendedData
|
Implements
Methods
OnContentChanged(Object, Object)
OnContentChanged event handler.
Declaration
protected override void OnContentChanged(object oldContent, object newContent)
Parameters
System.Object
oldContent
Old content. |
System.Object
newContent
New content. |