Class KmlPointData
Inheritance
System.Object
KmlPointData
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class KmlPointData : PointData, IExtendedData, INotifyPropertyChanged
Constructors
Properties
Declaration
public object BalloonData { get; set; }
Property Value
Declaration
public BalloonStyleData BalloonStyle { get; set; }
Property Value
Declaration
public string HotSpot { get; set; }
Property Value
Declaration
public string Icon { get; set; }
Property Value
Declaration
public double ImageScale { get; set; }
Property Value
Declaration
public BitmapImage ImageSource { get; }
Property Value
|
Microsoft.UI.Xaml.Media.Imaging.BitmapImage
|
Declaration
public Visibility ImageVisibility { get; }
Property Value
|
Microsoft.UI.Xaml.Visibility
|
Declaration
public string Text { get; set; }
Property Value
Extension Methods