Skip to content

Commit 7485330

Browse files
committed
chore: readme
1 parent c96deda commit 7485330

File tree

1 file changed

+12
-22
lines changed

1 file changed

+12
-22
lines changed

README.md

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -229,44 +229,34 @@ Boolean value used for determining if the image will be rounded as a circle. Its
229229
<@nativescript-community/ui-image:Img roundAsCircle="true"/>
230230
```
231231

232-
- **roundedCornerRadius**
232+
- **roundTopLeftRadius**
233233

234-
Number value used as radius for rounding the image's corners.
234+
Radius of the Top Left corner in
235235

236236
```xml
237-
<@nativescript-community/ui-image:Img roundedCornerRadius="50"/>
237+
<@nativescript-community/ui-image:Img roundTopLeftRadius="50"/>
238238
```
239239

240-
- **roundBottomRight**
240+
- **roundTopRightRadius**
241241

242-
Boolean value used for determining if the image's bottom right corner will be rounded. The *roundedCornerRadius* is used as the rounding radius.
242+
Radius of the Top Right corner in
243243

244244
```xml
245-
<@nativescript-community/ui-image:Img roundBottomRight="true"/>
245+
<@nativescript-community/ui-image:Img roundTopRightRadius="50"/>
246246
```
247+
- **roundBottomLeftRadius**
247248

248-
- **roundBottomLeft**
249-
250-
Boolean value used for determining if the image's bottom left corner will be rounded. The *roundedCornerRadius* is used as the rounding radius.
249+
Radius of the Bottom Left corner in
251250

252251
```xml
253-
<@nativescript-community/ui-image:Img roundBottomLeft="true"/>
252+
<@nativescript-community/ui-image:Img roundBottomLeftRadius="50"/>
254253
```
254+
- **roundBottomRightRadius**
255255

256-
- **roundTopLeft**
257-
258-
Boolean value used for determining if the image's top left corner will be rounded. The *roundedCornerRadius* is used as the rounding radius.
259-
260-
```xml
261-
<@nativescript-community/ui-image:Img roundTopLeft="true"/>
262-
```
263-
264-
- **roundTopRight**
265-
266-
Boolean value used for determining if the image's top right corner should be rounded. The *roundedCornerRadius* is used as the rounding radius.
256+
Radius of the Bottom Right corner in
267257

268258
```xml
269-
<@nativescript-community/ui-image:Img roundTopRight="true"/>
259+
<@nativescript-community/ui-image:Img roundBottomRightRadius="50"/>
270260
```
271261

272262
- **autoPlayAnimations**

0 commit comments

Comments
 (0)