PolygonLabelingLocationMode¶
Namespace: ThinkGeo.Core
Labeling Location Mode for polygon
public enum PolygonLabelingLocationMode
Inheritance Object → ValueType → Enum → PolygonLabelingLocationMode
Implements IComparable, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
Default | 0 | Use the centroid as polygon's labeling location |
Centroid | 1 | Use the centroid as polygon's labeling location |
BoundingBoxCenter | 2 | Use the boundingbox center as polygon's labeling location |