skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class KmlPointData

Represents the KmlPointData object. Usually it is created by the asynchronous KML reader.

Inheritance
System.Object
ExtendedDataProvider
PointData
KmlPointData
Inherited Members
PointData.Arrange()
ExtendedDataProvider.OnPropertyChanged(String)
ExtendedDataProvider.ExtendedData
ExtendedDataProvider.Layer
ExtendedDataProvider.Location
ExtendedDataProvider.ToolTipFormat
ExtendedDataProvider.ToolTipTemplate
ExtendedDataProvider.ToolTipStyle
ExtendedDataProvider.ZIndex
ExtendedDataProvider.PropertyChanged
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll

Syntax

public class KmlPointData : PointData, IExtendedData, INotifyPropertyChanged

Constructors

KmlPointData()

Initializes a new instance of the KmlPointData class.

Declaration
public KmlPointData()

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 BalloonStyleData BalloonStyle { get; set; }
Property Value
BalloonStyleData

HotSpot

Get or sets HotSpot which is represented in string.

Declaration
public string HotSpot { get; set; }
Property Value
System.String

Icon

Icon URI.

Declaration
public string Icon { get; set; }
Property Value
System.String

ImageScale

Get or sets image scale.

Declaration
public double ImageScale { get; set; }
Property Value
System.Double

ImageSource

Gets the source for the image.

Declaration
public BitmapImage ImageSource { get; }
Property Value
System.Windows.Media.Imaging.BitmapImage

ImageTransform

Gets the render transform of the point.

Declaration
public Transform ImageTransform { get; }
Property Value
System.Windows.Media.Transform

ImageVisibility

Gets visibility of the point image.

Declaration
public Visibility ImageVisibility { get; }
Property Value
System.Windows.Visibility

Text

Get or sets text of the point.

Declaration
public string Text { get; set; }
Property Value
System.String

ToolTip

Get the tooltip.

Declaration
public ToolTip ToolTip { get; }
Property Value
System.Windows.Controls.ToolTip

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.