Skip to content

Commit

Permalink
Setting the corner radius
Browse files Browse the repository at this point in the history
  • Loading branch information
niels9001 committed Jan 30, 2024
1 parent fe5b543 commit 62ab450
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
IsClickEnabled="False" />
</muxc:Expander.Header>
<muxc:Expander.Content>
<Grid>
<Grid CornerRadius="{Binding CornerRadius, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource CornerRadiusConverter}}">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
Expand Down

0 comments on commit 62ab450

Please sign in to comment.