====== ThinkGeo.Core.GeoBrushWrapMode ====== * //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 tileView the texture. **TileFlipY** * **Summary**:Reverse the texture vertically and then tileView the texture. **TileFlipXY** * **Summary**:Reverse the texture horizontally and vertically and then tileView the texture.