---
title: "isSimple"
description: "Returns `true` if the rounded rectangle have the same radii in both the horizontal and vertical
direction for all corners."
type: "property"
---

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


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

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


```kotlin
val RoundRect.isSimple: Boolean
```


Returns `true` if the rounded rectangle have the same radii in both the horizontal and vertical
direction for all corners.



