Class TiledProvider
Inheritance
System.Object
TiledProvider
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class TiledProvider : MapProviderBase, IDisposable
Constructors
Declaration
protected TiledProvider()
Fields
Declaration
public static readonly DependencyProperty CacheStorageProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsTileCachingEnabledProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty RequestCacheLevelProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty RequestCredentialsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public ICacheStorage CacheStorage { get; set; }
Property Value
Declaration
public bool IsTileCachingEnabled { get; set; }
Property Value
Declaration
public RequestCacheLevel RequestCacheLevel { get; set; }
Property Value
|
System.Net.Cache.RequestCacheLevel
|
Declaration
public ICredentials RequestCredentials { get; set; }
Property Value
Methods
Declaration
protected void CacheStorageChanged()
Declaration
protected virtual void InheritCacheStorage(TiledMapSource source)
Parameters
Declaration
protected override void InheritParameters(MapProviderBase clone)
Parameters
Overrides
Declaration
protected virtual void InheritRequestCacheLevel(TiledMapSource source)
Parameters
Declaration
protected virtual void InheritRequestCredentials(TiledMapSource source)
Parameters
Declaration
protected void IsTileCachingEnabledChanged(bool oldValue, bool newValue)
Parameters
|
System.Boolean
oldValue
|
|
System.Boolean
newValue
|
Declaration
protected virtual void OnIsTileCachingEnabledChanged(bool oldValue, bool newValue)
Parameters
|
System.Boolean
oldValue
|
|
System.Boolean
newValue
|
Declaration
protected void RequestCacheLevelChanged()
Declaration
protected void RequestCredentialsChanged()
Extension Methods