New to Telerik UI for WinFormsStart a free 30-day trial

Provides configuration settings that control how map tiles are rendered by tile providers.

Definition

Namespace:Telerik.WinControls.UI.Providers

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

C#
public class MapTileProviderSettings

Inheritance: objectMapTileProviderSettings

Constructors

C#
public MapTileProviderSettings()

Properties

Gets or sets a value indicating whether transparent tile rendering is enabled for this provider.

C#
public bool EnableTransparency { get; set; }