Add Selected Item TextBlock

This commit is contained in:
DB p 2024-06-03 01:21:43 +09:00
parent e28626abed
commit aedb2d4227

View file

@ -379,12 +379,15 @@
<!-- Theme -->
<cc:ExCard
x:Name="ThemeCard"
Title="{DynamicResource theme}"
Margin="0 8 0 0"
Icon="&#xe790;">
<cc:ExCard.SideContent>
<StackPanel>
<TextBlock Text="{Binding SelectedItem.Name, RelativeSource={RelativeSource AncestorType={x:Type ListBox}}}" />
<TextBlock Text="{Binding SelectedTheme.Name}" />
<TextBlock Text="{Binding SelectedTheme.IsDark}" />
<TextBlock Text="{Binding SelectedTheme.IsBlur}" />
</StackPanel>
</cc:ExCard.SideContent>
<ListBox