---
title: "CircleShape"
description: "Circular [Shape] with all the corners sized as the 50 percent of the shape size."
type: "property"
---

<div class='type'>Property</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
val CircleShape = RoundedCornerShape(50)
```


Circular `Shape` with all the corners sized as the 50 percent of the shape size.



