====== ThinkGeo.MapSuite.Core.DrawingQuality ====== {{section>upgrade_map_suite_to_10.0}} This enumeration specifies the drawing quality of the GeoCanvas. == Remarks == This enumeration does not specifically utilize high speed or high quality drawing. Those factors are determined by the implementor of the GeoCanvas. Each GeoCanvas can accomplish these various items in different ways. == Items == **Default** * **Summary**:The default drawing quality, balanced between speed and quality. **HighQuality** * **Summary**:The high quality (but low speed) drawing quality. **HighSpeed** * **Summary**:The low quality (but high speed) drawing quality. **CanvasSettings** * **Summary**:This option indicates that you will change the settings directly on the canvas.