====== ThinkGeo.MapSuite.Drawing.GeoWrapMode ====== * //N/A// == Remarks == * //N/A// == Items == **Tile** * **Summary**:The texture is tiled to fill the entire area. **Clamp** * **Summary**:The texture will not be tiled. **TileFlipX** * **Summary**:Reverse the texture horizontally and then tile the texture. **TileFlipY** * **Summary**:Reverse the texture vertically and then tile the texture. **TileFlipXY** * **Summary**:Reverse the texture horizontally and vertically and then tile the texture.