Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AdvencedFrame rounded corners not working #31

Open
LeoJHarris opened this issue Jun 20, 2017 · 3 comments
Open

AdvencedFrame rounded corners not working #31

LeoJHarris opened this issue Jun 20, 2017 · 3 comments

Comments

@LeoJHarris
Copy link

Hi seems like your advanced frame corners is not quite working properly setting this in xaml is just making a hard edge corners rectangle (taken from from samplecode):

<freshEssentials:AdvancedFrame Corners="all" CornerRadius="30" InnerBackground="Gold" OutlineColor="Red" HorizontalOptions="Center" WidthRequest="200">
                  <Label Text="Corners is All CornerRadius is 30" />
              </freshEssentials:AdvancedFrame>

Perhaps its from a recent update of xamarin forms

@GrantBCU
Copy link

GrantBCU commented Aug 9, 2017

As a temporary workaround, you can specify the CornerRadius in the code-behind for the xaml file and it works.

@michelmoorlag
Copy link

I have the same issue. Would be nice if we could set corner radius in xaml.

@brswan
Copy link

brswan commented Nov 14, 2017

Same issue as well. Specifying the CornerRadius in code behind does not work for me either.
Using .NET Standard, not PCLS

Xamarin Forms v2.4.0.38779
.NET Standard v1.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants