Class MapPinPoint
Represents the MapPinPoint class. This class is mostly intended to support Point element in the KML files.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapPinPoint : Control, IExtendedData
Constructors
MapPinPoint()
Initializes a new instance of the MapPinPoint class.
Declaration
public MapPinPoint()
Fields
ExtendedDataProperty
Identifies the ExtendedData dependency property.
Declaration
public static readonly DependencyProperty ExtendedDataProperty
Field Value
System.Windows.DependencyProperty
|
ImageScaleProperty
Identifies the ImageScale dependency property.
Declaration
public static readonly DependencyProperty ImageScaleProperty
Field Value
System.Windows.DependencyProperty
|
ImageSourceProperty
Identifies the ImageSource dependency property.
Declaration
public static readonly DependencyProperty ImageSourceProperty
Field Value
System.Windows.DependencyProperty
|
TextProperty
Identifies the Text dependency property.
Declaration
public static readonly DependencyProperty TextProperty
Field Value
System.Windows.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
public object BalloonData { get; set; }
Property Value
System.Object
|
BalloonStyle
Gets or sets style of the balloon will be used as tooltip for this MapPinPoint.
Declaration
public BalloonStyle BalloonStyle { get; set; }
Property Value
BalloonStyle
|
ExtendedData
Gets or sets shape's extended data.
Declaration
public ExtendedData ExtendedData { get; set; }
Property Value
ExtendedData
|
Implements
ImageScale
Get or sets image scale.
Declaration
public double ImageScale { get; set; }
Property Value
System.Double
|
ImageSource
Get or sets the source for the image.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
System.Windows.Media.ImageSource
|
Text
Get or sets text of the point.
Declaration
public string Text { get; set; }
Property Value
System.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
public override void OnApplyTemplate()