LabelOverlappingRule¶
Namespace: ThinkGeo.Core
This enumeration defines the rules for overlapping.
public enum LabelOverlappingRule
Inheritance Object → ValueType → Enum → LabelOverlappingRule
Implements IComparable, IFormattable, IConvertible
Remarks:
This defines the rules for label overlapping. Currently, either we allow overlapping or we do not. In the future, we may extend this to allow some percentage of partial overlapping.
Fields¶
Name | Value | Description |
---|---|---|
NoOverlapping | 0 | No overlapping is allowed. |
AllowOverlapping | 1 | Overlapping is allowed. |