avatarShape

Typeproperty
Dictionarywidget.circleavatar
LibraryCircle Avatar
Syntax
set the avatarShape of widget to {"circle" | "rectangle"}
get the avatarShape of widget
Associationscom.livecode.widget.circleavatar
Summary

Specifies the shape of the avatar.

OSmac, windows, linux, ios, android, web
Platformsdesktop, mobile, web
Example
set the avatarShape of widget "Circle Avatar" to "rectangle"
set the roundedRadius of widget "Circle Avatar" to 25
Description

Use the avatarShape property to specify the shape of the avatar.

This property can take the values of circle and rectangle with circle being the default value.