Hello,
when using a label with a Metro theme in my application, its font size is not the same as in other IG controls. That looks a bit odd. It seems that is a bug.
See screenshot.
Hello,We have shipped out a new service release where your issue is resolved. I'd be glad to find out if you had tested it out and if it had met your requirements.You can download the Service Releases by logging to our web site and going to Account\My Keys and Downloads page.Thank you for using Infragistics Components.
Hello Markus,
What I can suggest to work around this issue while it gets addressed is adding a new style based on the original one and change the font size to the correct value. The style should look as follows:
<Window.Resources>
<Style TargetType="{x:Type Label}" BasedOn="{StaticResource {x:Type Label}}">
<Setter Property="FontSize" Value="14.667" />
</Style>
</Window.Resources>
I am attaching a sample application for your reference. Please, let me know if you have further questions.
what is the status of that issue? When I look into my Account/Support Activity, it is empty.
Can I modify the theme by my self in order to fix it? I need that fix as soon as possible!
Thank you for your post. I tested the label with Metro theme applied and was able to reproduce the behavior you are describing - the label's FontSize = 13.333 while in other controls it's 14.667. I have logged this issue in our internal tracking system with a Development ID of 228718. The next step will be for a developer to review my investigation and confirm my findings or to offer a fix, or other resolution. I will leave this case open and update you with this information after the review.
You can view the status of all development issues connected to this case from the "Development Issues" tab, when viewing this case on the "Account\Support Activity" page of our website.