Skip to content

FreakyCircularImage

Gulam Ali H edited this page Sep 30, 2022 · 1 revision

An ImageView that is like an Avatar View or a Circular ImageView.

The only point you need to make sure of is that you provide Height/WidthRequest to this View and set it to the EXACT SAME VALUE.

You will get the best Aspect performance when you set it to AspectFill, But in any case you use what works best for you :)

          freakyControls:FreakyCircularImage
            HeightRequest="200"
            WidthRequest="200"
            Aspect="AspectFill"
            Source="{x:Static samples:Constants.Profile}" />
Clone this wiki locally