Click or drag to resize

TiledCanvasUseThreading Property

Gets or sets a value indicating whether threading is used for tile loading.

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 UseThreading { get; set; }

Property Value

Type: Boolean
Flag indicating whether threading is used for tile loading.
See Also