SimpleLabeling.GeometryExpression

SimpleLabeling.GeometryExpression property

Provides a way to substitute the feature geometry with a one modified for labeling. This callback is invoked the first after FeatureBasedConfiguration . Default is null (use feature geometry as-is).

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

See Also