Class MapUriOptions
Inheritance
System.Object
MapUriOptions
Namespace: Telerik.Windows.Controls.Map.VEWPFImageryService
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapUriOptions : Object, IExtensibleDataObject, INotifyPropertyChanged
Constructors
MapUriOptions()
Declaration
public MapUriOptions()
Properties
DisplayLayers
Declaration
public string[] DisplayLayers { get; set; }
Property Value
System.String[]
|
ExtensionData
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
System.Runtime.Serialization.ExtensionDataObject
|
ImageSize
ImageType
PreventIconCollision
Declaration
public bool PreventIconCollision { get; set; }
Property Value
System.Boolean
|
Style
UriScheme
ZoomLevel
Declaration
public Nullable<int> ZoomLevel { get; set; }
Property Value
System.Nullable<System.Int32>
|
Methods
RaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|