# Visible

The Visible property on a Circle controls whether the Circle is rendered or not. Invisible Circles will still perform collision properly, so this property does not need to be set if using Circles purely for collision. Rendered circles will render their outline using their [Color](https://github.com/flatredball/FlatRedBallDocs/blob/main/frb/docs/index.php) property. Circles cannot be filled-in, only their outline will render. Setting Visible to true may result in a Circle being added to the [ShapeManager](https://github.com/flatredball/FlatRedBallDocs/blob/main/documentation/api/flatredball/math/geometry/shapemanager.md). For more information about how Visible results in [ShapeManager](https://github.com/flatredball/FlatRedBallDocs/blob/main/documentation/api/flatredball/math/geometry/shapemanager.md) membership, see the [ShapeManager page](https://github.com/flatredball/FlatRedBallDocs/blob/main/documentation/api/flatredball/math/geometry/shapemanager.md).
