Enum MultipartMode
MultipartMode enumeration
Specifies how labels are rendered for features that contain multipart geometries.
public enum MultipartMode
Values
| Name | Value | Description |
|---|---|---|
| All | 0 | Places a label near each part of the geometry as long as there is space near the part. |
| Any | 1 | Places one label for the whole geometry. |
| Largest | 2 | Places a label for the largest part of the geometry as long as there is space for the label. |
See Also
- namespace Aspose.Gis.Rendering.Labelings
- assembly Aspose.GIS