You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering why TemplateBinding is not working on TitleFontSize/CountFontSize.
Is TemplateBinding not supporting custom dependency property?
But Count is also a custom DP and works normally.
Environment
MahApps.Metro v1.3.0-ALPHA155
Windows 7 x64
Visual Studio 2015
.NET Framework 4.6.1
The text was updated successfully, but these errors were encountered:
What steps will reproduce this issue?
After upgrade from v1.2.4 to v1.3.0-ALPHA155.
Setting TitleFontSize & CountFontSize in Tile is no longer working.
e.g.
Or in samples TilesExample.xaml
Expected outcome
It should work as v1.2.4.
Also in Tile's ControlTemplate:
Reverting from
back to
works as before.
I'm wondering why TemplateBinding is not working on TitleFontSize/CountFontSize.
Is TemplateBinding not supporting custom dependency property?
But Count is also a custom DP and works normally.
Environment
The text was updated successfully, but these errors were encountered: