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

Represents the MapPinPoint class. This class is mostly intended to support Point element in the KML files.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class MapPinPoint : Control, IExtendedData

Inheritance: objectMapPinPoint

Implements: IExtendedData

Constructors

Initializes a new instance of the MapPinPoint class.

C#
public MapPinPoint()

Fields

ExtendedDataProperty

DependencyProperty

Identifies the ExtendedData dependency property.

C#
public static readonly DependencyProperty ExtendedDataProperty

ImageScaleProperty

DependencyProperty

Identifies the ImageScale dependency property.

C#
public static readonly DependencyProperty ImageScaleProperty

ImageSourceProperty

DependencyProperty

Identifies the ImageSource dependency property.

C#
public static readonly DependencyProperty ImageSourceProperty

TextProperty

DependencyProperty

Identifies the Text dependency property.

C#
public static readonly DependencyProperty TextProperty

Properties

Gets or sets balloon data. In most cases it should be ExtendedData element transformed to the form which supports binding by BalloonStyle.TransformExtendedData method.

C#
public object BalloonData { get; set; }

Gets or sets style of the balloon will be used as tooltip for this MapPinPoint.

C#
public BalloonStyle BalloonStyle { get; set; }

Gets or sets shape's extended data.

C#
public ExtendedData ExtendedData { get; set; }

Implements: IExtendedData.ExtendedData

Get or sets image scale.

C#
public double ImageScale { get; set; }

ImageSource

ImageSource

Get or sets the source for the image.

C#
public ImageSource ImageSource { get; set; }

Get or sets text of the point.

C#
public string Text { get; set; }

Methods

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate.

C#
public override void OnApplyTemplate()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.