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:
public class MapPinPoint : Control, IExtendedData
Inheritance: objectMapPinPoint
Implements:
Constructors
Initializes a new instance of the MapPinPoint class.
public MapPinPoint()
Fields
ExtendedDataProperty
DependencyProperty
Identifies the ExtendedData dependency property.
public static readonly DependencyProperty ExtendedDataProperty
ImageScaleProperty
DependencyProperty
Identifies the ImageScale dependency property.
public static readonly DependencyProperty ImageScaleProperty
ImageSourceProperty
DependencyProperty
Identifies the ImageSource dependency property.
public static readonly DependencyProperty ImageSourceProperty
TextProperty
DependencyProperty
Identifies the Text dependency property.
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.
public object BalloonData { get; set; }
Gets or sets style of the balloon will be used as tooltip for this MapPinPoint.
public BalloonStyle BalloonStyle { get; set; }
Gets or sets shape's extended data.
public ExtendedData ExtendedData { get; set; }
Implements:
Get or sets image scale.
public double ImageScale { get; set; }
ImageSource
ImageSource
Get or sets the source for the image.
public ImageSource ImageSource { 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.
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.