Click or drag to resize

TiledCanvasIsTransparentLayer Property

Gets or sets a value indicating whether the tiles of this layer are a transparent overlay of the map.

Namespace:  Ptv.XServer.Controls.Map.Layers.Tiled
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public bool IsTransparentLayer { get; set; }

Property Value

Type: Boolean
Flag showing whether tiles are transparent overlay.
See Also