====== ThinkGeo.MapSuite.Core.PointPlacement ====== {{section>upgrade_map_suite_to_10.0}} * //This enumeration determines the label placement when labeling point features.// == Remarks == * //None// == Items == **UpperLeft** * **Summary**:The label will be placed in the upper left, in relation to the point. **UpperCenter** * **Summary**:The label will be placed in the upper center, in relation to the point. **UpperRight** * **Summary**:The label will be placed in the upper right, in relation to the point. **CenterRight** * **Summary**:The label will be placed in the center right, in relation to the point. **Center** * **Summary**:The label will be placed in the center, in relation to the point. **CenterLeft** * **Summary**:The label will be placed in the center left, in relation to the point. **LowerLeft** * **Summary**:The label will be placed in the lower left, in relation to the point. **LowerCenter** * **Summary**:The label will be placed in the lower center, in relation to the point. **LowerRight** * **Summary**:The label will be placed in the lower right, in relation to the point.