Interface IMapSource
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IMapSource
Properties
Declaration
ICacheStorage CacheStorage { get; set; }
Property Value
Declaration
CultureInfo Culture { get; set; }
Property Value
|
System.Globalization.CultureInfo
|
Declaration
bool IsTileCachingEnabled { get; set; }
Property Value
Declaration
double Opacity { get; set; }
Property Value
Declaration
Property Value
Methods
Declaration
bool IsLevelSupported(int level)
Parameters
Returns
Events
Declaration
event EventHandler InitializeCompleted
Event Type
Extension Methods