-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
What steps will reproduce this issue?
When using MetroAnimatedTabControl and specifying a font in the FontFamily property the first tab has the default font instead of the new font. In the designer window all the tabs have the new font, the problem is at execution time. For example:
<controls:MetroAnimatedTabControl x:Name="tabControl" Grid.Column="1" HorizontalAlignment="Left" Height="100" Grid.RowSpan="2" VerticalAlignment="Top" FontFamily="Bauhaus 93" controls:TabControlHelper.IsUnderlined="True">
<controls:MetroTabItem Header="TabItem2">
<Grid Background="#FFE5E5E5"/>
</controls:MetroTabItem>
<controls:MetroTabItem Header="TabItem2">
<Grid Background="#FFE5E5E5"/>
</controls:MetroTabItem>
<controls:MetroTabItem Header="TabItem2">
<Grid Background="#FFE5E5E5"/>
</controls:MetroTabItem>
</controls:MetroAnimatedTabControl>
Expected outcome
Environment
- MahApps.Metro v1.3.0
- Windows 8.1 64bit
- Visual Studio 2015
- .NET Framework Metro window #4.5.2