LabelOrganizingLayer.Buffered Property
Gets or sets a value that determines whether the presentation between updates is buffered.
Syntax
public System.Boolean Buffered { get; set; }
Property Value
Default: false
True if the presentation if buffered between updates; otherwise, False.
Remarks
This property should in most cases be set to True to avoid unnecessary computations in every update. This property set to True is compatible with TileLayer, GlobeTileLayer and OrdinaryLayer with cache mode DynamicAsync as descendants. These layers will automatically notify the LabelOrganizingLayer when their data has changed to re-organize the labels.
If there are descendant OrdinaryLayer with cache modes Dynamic or None that are not located under a tile layer, this property should be set to False to ensure that labels are properly updated. Otherwise, the LabelOrganizingLayer will reuse its buffer with the old presentation, even if the data is changed.
Platforms
Windows, Linux, Android