MapUriOptions
Class
Definition
Namespace:Telerik.Windows.Controls.Map.VEWPFImageryService
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
[DataContract(Name = "MapUriOptions", Namespace = "http://dev.virtualearth.net/webservices/v1/imagery")]
public class MapUriOptions : IExtensibleDataObject, INotifyPropertyChanged
Inheritance: objectMapUriOptions
Implements:
Constructors
C#
public MapUriOptions()
Properties
C#
[DataMember]
public string[] DisplayLayers { get; set; }
ExtensionData
ExtensionDataObject
C#
[Browsable(false)]
public ExtensionDataObject ExtensionData { get; set; }
Implements:
C#
[DataMember]
public bool PreventIconCollision { get; set; }
Methods
Events
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: