Click or drag to resize

TileLayer Properties

LightningChart .NET Help

The TileLayer type exposes the following members.

Properties
  NameDescription
Public propertyAboveVectorMap
Gets or sets if layer is drawn above or below map. Default is above (true). This is a dependency property.
Public propertyAlphaLevel
Gets or sets tile layer alpha level. Valid range is 0..255. This is a dependency property.
Public propertyCacheFetchCount
Gets cache fetch count. Use to enhance your cache usage. This is a dependency property.
Public propertyCacheImages
Gets or sets if cache images to a file folder. Speeds up the tile fetching when using same zoom levels and regions. This is a dependency property.
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyHEREApiKey
Gets or sets ApiKey from HERE map provider.
Public propertyHEREUseProduction
Gets or sets if use production server of HERE map provider. Enable this when releasing application customer.
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyMapQuestServerCallCount
Gets MapQuest server call count. This is a dependency property.
Public propertyMaxZoomLevel
Gets or sets maximum zoom level. This is a dependency property.
Public propertyType
Gets or sets layer type. This is a dependency property.
Public propertyVisible
Gets or sets visible state. This is a dependency property.
Top
See Also