SimpleLabeling.FeatureBasedConfiguration
SimpleLabeling.FeatureBasedConfiguration property
用于在处理功能之前配置此标签的回调。
public Action<Feature, SimpleLabeling> FeatureBasedConfiguration { get; set; }
评论
在标记每个特征之前调用此回调。它接受即将被 标记的特征和该标记的克隆。通过更改克隆的属性,可以 根据特征的属性更新标签的行为。
也可以看看
- class Feature
- class SimpleLabeling
- 命名空间 Aspose.Gis.Rendering.Labelings
- 部件 Aspose.GIS