SimpleLabeling.FeatureBasedConfiguration
SimpleLabeling.FeatureBasedConfiguration property
在处理要素之前用于配置此标注的回调函数。
public Action<Feature, SimpleLabeling> FeatureBasedConfiguration { get; set; }
备注
此回调在标注每个要素之前被调用。它接受即将被标注的要素以及此标注的克隆。通过更改克隆的属性,可以根据要素的属性更新标注的行为。
另见
- class Feature
- class SimpleLabeling
- namespace Aspose.Gis.Rendering.Labelings
- assembly Aspose.GIS