SimpleLabeling.GeometryExpression

SimpleLabeling.GeometryExpression property

提供一种将要素几何体替换为为标注修改后的几何体的方法。此回调在 FeatureBasedConfiguration 之后首次被调用。默认值为 null(使用要素几何体原样)。

public Func<Feature, IGeometry> GeometryExpression { get; set; }

另见