Class ImageMapSource
Inheritance
System.Object
ImageMapSource
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ImageMapSource : DependencyObject, IMapSource
Constructors
ImageMapSource()
Declaration
public ImageMapSource()
Fields
OpacityProperty
Declaration
public static readonly DependencyProperty OpacityProperty
Field Value
Microsoft.
|
Properties
CacheStorage
Declaration
public ICacheStorage CacheStorage { get; set; }
Property Value
Implements
Culture
Declaration
public CultureInfo Culture { get; set; }
Property Value
System.
|
Implements
IsTileCachingEnabled
Declaration
public bool IsTileCachingEnabled { get; set; }
Property Value
System.
|
Implements
Opacity
Declaration
public double Opacity { get; set; }
Property Value
System.
|
Implements
UniqueId
Declaration
public string UniqueId { get; protected set; }
Property Value
System.
|
Implements
Methods
GetEmptyImage(UIElement, Size)
Declaration
protected virtual ImageSource GetEmptyImage(UIElement element, Size imageSize)
Parameters
Microsoft.
|
Windows.
|
Returns
Microsoft.
|
GetImageSource(Int32)
Declaration
protected virtual ImageSource GetImageSource(int zoomLevel)
Parameters
System.
|
Returns
Microsoft.
|
Initialize()
IsLevelSupported(Int32)
Declaration
public virtual bool IsLevelSupported(int level)
Parameters
System.
|
Returns
System.
|
Implements
RaiseImageSourceChanged()
Declaration
protected void RaiseImageSourceChanged()
RaiseInitializeCompleted()
Declaration
protected void RaiseInitializeCompleted()
Events
InitializeCompleted
Declaration
public event EventHandler InitializeCompleted
Event Type
System.
|