Class
MapPinPoint

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:

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "PinPoint")]
public class MapPinPoint : Control, IExtendedData

Inheritance: objectMapPinPoint

Implements: IExtendedData

Constructors

MapPinPoint()

Initializes a new instance of the MapPinPoint class.

Declaration

cs-api-definition
public MapPinPoint()

Fields

ExtendedDataProperty

Identifies the ExtendedData dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ExtendedDataProperty

Field Value

DependencyProperty

ImageScaleProperty

Identifies the ImageScale dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ImageScaleProperty

Field Value

DependencyProperty

ImageSourceProperty

Identifies the ImageSource dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ImageSourceProperty

Field Value

DependencyProperty

TextProperty

Identifies the Text dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TextProperty

Field Value

DependencyProperty

Properties

BalloonData

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

Declaration

cs-api-definition
public object BalloonData { get; set; }

Property Value

object

BalloonStyle

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

Declaration

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

Property Value

BalloonStyle

ExtendedData

Gets or sets shape's extended data.

Declaration

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

Property Value

ExtendedData

Implements IExtendedData.ExtendedData

ImageScale

Get or sets image scale.

Declaration

cs-api-definition
public double ImageScale { get; set; }

Property Value

double

ImageSource

Get or sets the source for the image.

Declaration

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

Property Value

ImageSource

Text

Get or sets text of the point.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

Methods

OnApplyTemplate()

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

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.