We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff54e4d commit 7031db0Copy full SHA for 7031db0
MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Badged.xaml
@@ -6,6 +6,7 @@
6
<SineEase EasingMode="EaseOut" x:Key="BadgeEase" />
7
8
<Style TargetType="{x:Type wpf:Badged}">
9
+ <Setter Property="IsTabStop" Value="False" />
10
<Setter Property="HorizontalAlignment" Value="Left" />
11
<Setter Property="VerticalAlignment" Value="Top" />
12
<Setter Property="BadgeColorZoneMode" Value="PrimaryLight" />
@@ -44,6 +45,8 @@
44
45
<ScaleTransform x:Name="BadgeScaleTransform" ScaleX="1" ScaleY="1" />
46
</Border.RenderTransform>
47
<ContentControl Foreground="{TemplateBinding BadgeForeground}"
48
+ IsTabStop="False"
49
+ Focusable="False"
50
HorizontalAlignment="Center" VerticalAlignment="Center"
51
Margin="1 0 1 0"
52
Content="{TemplateBinding Badge}" />
0 commit comments