ImageMapSource
Map source which provides ImageSource for the Image control.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class ImageMapSource : DependencyObject, IMapSource
Inheritance: objectImageMapSource
Derived Classes:
Implements:
Constructors
Initializes a new instance of the ImageMapSource class.
public ImageMapSource()
Fields
OpacityProperty
DependencyProperty
Identifies the Opacity Opacity dependency property.
public static readonly DependencyProperty OpacityProperty
Properties
Gets or sets the CacheStorage property.
public ICacheStorage CacheStorage { get; set; }
Implements:
Gets or sets culture.
public CultureInfo Culture { get; set; }
Implements:
Gets or sets the IsTileCachingEnabled property.
public bool IsTileCachingEnabled { get; set; }
Implements:
Methods
Gets empty image.
protected virtual ImageSource GetEmptyImage(UIElement element, Size imageSize)
Tile presenter.
imageSizeSizeImage size.
Returns:ImageSource
Gets the image source.
protected virtual ImageSource GetImageSource(int zoomLevel)
Zoom level.
Returns:ImageSource
Image source.
Initialize map source.
public virtual void Initialize()
Implements:
Raise ImageSourceChanged event.
protected void RaiseImageSourceChanged()
Raise InitializeCompleted event.
protected void RaiseInitializeCompleted()
Events
Occurs when initialization of the map source is completed.
public event EventHandler InitializeCompleted
Implements: