====== ThinkGeo.MapSuite.SilverlightCore.BufferCapType ====== {{section>upgrade_map_suite_to_10.0}} This class represents various ways a buffer operation can cap the objects buffered. == Remarks == Buffered shapes can be computed with different line-end buffer cap styles. The buffer cap style determines how the line-work for the buffer polygon is constructed at the ends of lines. == Items == **Round** * **Summary**:End caps are rounded at the line ends. **Square** * **Summary**:End caps are truncated flat at the line ends. **Butt** * **Summary**:End caps are squared off at the buffer distance beyond the line ends.