A rounded image view, which adapts facebook profile image urls to scale correctly within games and apps. More...
Import Statement: | import Felgo 3.0 |
Since: | Felgo 2.14.2 |
Inherits: |
editBackgroundColor : color |
Defines the background color of the edit overlay. Default color is #bbbbbb
.
editable : bool |
Whether the "edit" overlay is shown for the user image. False by default.
This is the required input property to set the SocialFlagImage.
placeholderBackgroundColor : color |
The background color of the placeholder. The default color is #eeeeee
placeholderImage : string |
The icon shown as placeholder for the user image. Set to the default user icon by default.
source : url |
Image source of the user profile picture.
This signal triggers when the edit button is clicked for the user image.
Note: The corresponding handler is onEditClicked
.