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; }
Public ReadOnly Property LabelThemes As ObservableCollection
Get
public:
property ObservableCollection^ LabelThemes {
ObservableCollection^ get ();
}
member LabelThemes : ObservableCollection with get
Property Value
Type:
ObservableCollectionTSee Also