ClassMapPinPoint
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:
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "PinPoint")]
public class MapPinPoint : Control, IExtendedData
Inheritance: objectMapPinPoint
Implements:
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
DependencyProperty
ImageScaleProperty
Identifies the ImageScale dependency property.
Declaration
public static readonly DependencyProperty ImageScaleProperty
Field Value
DependencyProperty
ImageSourceProperty
Identifies the ImageSource dependency property.
Declaration
public static readonly DependencyProperty ImageSourceProperty
Field Value
DependencyProperty
TextProperty
Identifies the Text dependency property.
Declaration
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.
BalloonStyle
Gets or sets style of the balloon will be used as tooltip for this MapPinPoint.
Declaration
public BalloonStyle BalloonStyle { get; set; }
Property Value
ExtendedData
Gets or sets shape's extended data.
Declaration
public ExtendedData ExtendedData { get; set; }
Property Value
Implements
ImageScale
Get or sets image scale.
ImageSource
Get or sets the source for the image.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
ImageSource
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()
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.