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; }
Public Property LazyUpdate As Boolean
Get
Set
public:
property bool LazyUpdate {
bool get ();
void set (bool value);
}
member LazyUpdate : bool with get, set
Property Value
Type:
BooleanSee Also