Skip to content

Commit

Permalink
Workaround
Browse files Browse the repository at this point in the history
Because dotnet/maui#21834 isn't implemeted.
  • Loading branch information
david-maw committed Oct 15, 2024
1 parent 134dbce commit 5b88ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ItemSelfRef/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Fill="White"
StrokeThickness="5"
WidthRequest="{Binding Diameter}"
HeightRequest="{Binding Source={RelativeSource Self},Path=WidthRequest}"
HeightRequest="{Binding Source={RelativeSource Self},Path=WidthRequest, x:DataType=Ellipse}"
HorizontalOptions="Center"
VerticalOptions="End"
Margin="20"/>
Expand Down

0 comments on commit 5b88ca4

Please sign in to comment.