Xamarin.Forms.PancakeView icon indicating copy to clipboard operation
Xamarin.Forms.PancakeView copied to clipboard

Thickness does not accept double

Open iamheiner opened this issue 5 years ago • 2 comments

Hi,

I try to set a double value (0.5) but the Thickness only accepts integers.

Ej.

<yummy:PancakeView` Border="{yummy:BorderMarkup Color=#FF0000, Thickness='0.5'}">
    <Label Text="This is just a happy little label." />
</yummy:PancakeView>

Is it possible that in the future the thickness will accept double?

Thank you.

iamheiner avatar Dec 14 '20 12:12 iamheiner

I personally will probably not have time for this anytime soon, but I will happily accept a PR for it 👍

sthewissen avatar Dec 15 '20 08:12 sthewissen

Do you have contribution guidelines that need to be observed to make that PR?

RobertBickers avatar Jan 01 '21 13:01 RobertBickers