Click or drag to resize

ShapeLayerLazyUpdate Property

Gets or sets the update strategy for shapes when the map viewport changes. If lazy update is activated, the shapes are only updated at the end of the viewport transition.

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

Property Value

Type: Boolean
See Also