Click or drag to resize

LayerFactoryLabelThemes Property

Collection of themes which determine the geographical content for the LabelLayer, for example themes like labels or PTV_TruckAttributes. The major intention of this layer is to avoid blurred objects like texts or traffic signs when fractional rendering is applied. Fractional rendering is provided by the Map object allowing seamless zooming. In most mapping frameworks there are only zoom levels available according the classification of tile sizes. Only in such environments a tile-based rendering is recommended.

Namespace:  Ptv.XServer.Controls.Map.Layers.Xmap2
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public ObservableCollection LabelThemes { get; }

Property Value

Type: ObservableCollectionT
See Also