ClassImageMapSource
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
ImageMapSource()
Initializes a new instance of the ImageMapSource class.
Declaration
public ImageMapSource()
Fields
OpacityProperty
Identifies the Opacity Opacity dependency property.
Declaration
public static readonly DependencyProperty OpacityProperty
Field Value
DependencyProperty
Properties
CacheStorage
Gets or sets the CacheStorage property.
Declaration
public ICacheStorage CacheStorage { get; set; }
Property Value
Implements
Culture
Gets or sets culture.
Declaration
public CultureInfo Culture { get; set; }
Property Value
Implements
IsTileCachingEnabled
Gets or sets the IsTileCachingEnabled property.
Declaration
public bool IsTileCachingEnabled { get; set; }
Property Value
Implements
Opacity
Gets or sets the opacity factor.
Methods
GetEmptyImage(UIElement, Size)
Gets empty image.
Declaration
protected virtual ImageSource GetEmptyImage(UIElement element, Size imageSize)
Parameters
element
UIElement
Tile presenter.
imageSize
Size
Image size.
Returns
ImageSource
GetImageSource(int)
Gets the image source.
Declaration
protected virtual ImageSource GetImageSource(int zoomLevel)
Parameters
zoomLevel
Zoom level.
Returns
ImageSource
Image source.
Initialize()
Initialize map source.
Declaration
public virtual void Initialize()
Implements
IsLevelSupported(int)
Indicates whether specified tile level is supported.
RaiseImageSourceChanged()
Raise ImageSourceChanged event.
Declaration
protected void RaiseImageSourceChanged()
RaiseInitializeCompleted()
Raise InitializeCompleted event.
Declaration
protected void RaiseInitializeCompleted()
Events
InitializeCompleted
Occurs when initialization of the map source is completed.
Declaration
public event EventHandler InitializeCompleted
Event Value
Implements