Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sswi committed Apr 13, 2023
2 parents 8ecb746 + 8440d3c commit 56c9d2b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ using Xe.AcrylicView;

xmlns:ui="clr-namespace:Xe.AcrylicView;assembly=Xe.AcrylicView"


```xml
<ui:AcrylicView VerticalOptions="Center"
HeightRequest="100"
EffectStyle="Custom"
Expand All @@ -40,13 +40,12 @@ using Xe.AcrylicView;
TintOpacity=".15 "
BorderColor="OrangeRed"
BorderThickness="1,2"
CornerRadius="50,10,30,20" >
<!--Content-->
CornerRadius="50,10,30,20" >
<Grid>
<Label Text="Hello Word" FontSize="25" HorizontalOptions="Center" VerticalOptions="Center" TextColor="OrangeRed"/>
</Grid>
</ui:AcrylicView>

```



Expand Down

0 comments on commit 56c9d2b

Please sign in to comment.