jamesmontemagno / ImageCirclePlugin

Circle Images for your Xamarin.Forms Applications
MIT License
240 stars 68 forks source link

CircleImage inside CircleImage? #23

Closed Smiljke closed 7 years ago

Smiljke commented 7 years ago

Is it possible to set image inside image?

Example: xmlns:ImageCircle="clr-namespace:ImageCircle.Forms.Plugin.Abstractions;assembly=ImageCircle.Forms.Plugin.Abstractions"

<ImageCircle:CircleImage FillColor={Binding RandomColor} HeightRequest="48" WidthRequest="48"> <Image:CircleImage Source={Binding PictureWithoutBackground} HeightRequest="30" WidthRequest="30"/> < ImageCircle:CircleImage />

jamesmontemagno commented 7 years ago

No, you would want some other custom view to do circles, not an image as there is overhead.