MarkerPatternFill.FeatureBasedConfiguration

MarkerPatternFill.FeatureBasedConfiguration property

A callback that is used to configure this symbolizer before rendering a feature.

public Action<Feature, MarkerPatternFill> FeatureBasedConfiguration { get; set; }

Remarks

This callback is invoked before rendering every feature. It accepts a feature that is about to be rendered and a clone of this symbolizer. By changing properties of the clone, it is possible to update symbolizer’s behavior based on feature’s attributes.

See Also