jamesmontemagno / ImageCirclePlugin

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

UWP: Method not found: 'CircleImage.set_BorderThickness(Int32)' #59

Closed paleicikas closed 5 years ago

paleicikas commented 6 years ago

ImageCirclePlugin 2.0.2

System.MissingMethodException occurred
  Message=Method not found: 'Void ImageCircle.Forms.Plugin.Abstractions.CircleImage.set_BorderThickness(Int32)'.

Code:

new CircleImage
{
    BorderColor = ColorPalette.White.Background,
    BorderThickness = 2,
    Aspect = Aspect.AspectFill,
    IsOpaque = true,
    WidthRequest = 40,
    HeightRequest = 40,
    VerticalOptions = LayoutOptions.Start,
    HorizontalOptions = LayoutOptions.Start,
    Source = new UriImageSource
    {
        ...
    }
}
jamesmontemagno commented 5 years ago

Seems to work for me, tryout 3.0