Skip to content
Home » Make a round shape profile image in Power Apps

Make a round shape profile image in Power Apps

To make a round-shaped profile image in Power Apps, you can follow these steps by adjusting the Height, Width, and BorderRadius properties of the image control.

By setting these properties appropriately, you can create a circular appearance of profile image.




Steps to Make an Image Round

  1. Ensure that the Image control has equal Height and Width to maintain the aspect ratio of a circle.
    • Height: Set this to a desired value.
    • Width: Set this to the same value as the height.
  2.   The BorderRadius property determines how round the corners of the image are. To make the image completely round, set the BorderRadius to a value either equal to of the height (or width).

Let’s add an Image control and follow above steps.

 

Now, go to the image’s properties and set the Height, Width, and BorderRadius to the same value. Here we have set the values to 93.

You can see the image transform into a round shape.

Also Read..

Create a variables in Power Apps

Collection in Power Apps

Email validation in Power Apps

Creating a cascading dropdown lists in Power Apps

Reset multiple control values and all the controls within a form

Submit multiple records to a data source




Loading

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from SQL BI Tutorials

Subscribe now to keep reading and get access to the full archive.

Continue reading