Interface IMapSource
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IMapSource
Properties
CacheStorage
Culture
Declaration
CultureInfo Culture { get; set; }
Property Value
System.
|
IsTileCachingEnabled
Declaration
bool IsTileCachingEnabled { get; set; }
Property Value
System.
|
Opacity
Declaration
double Opacity { get; set; }
Property Value
System.
|
UniqueId
Declaration
string UniqueId { get; }
Property Value
System.
|
Methods
Initialize()
Declaration
void Initialize()
IsLevelSupported(Int32)
Declaration
bool IsLevelSupported(int level)
Parameters
System.
|
Returns
System.
|
Events
InitializeCompleted
Declaration
event EventHandler InitializeCompleted
Event Type
System.
|