This is a migrated thread and some comments may be shown as answers.

RadWindow and header font size

1 Answer 98 Views
Window
This is a migrated thread and some comments may be shown as answers.
Caroline Beauvais
Top achievements
Rank 1
Caroline Beauvais asked on 25 Nov 2009, 03:47 AM
Hi,

Is it possible to change the font size used for the title of the RadWindow without having to redefine the HeaderTemplate?

Thanks,
Caroline.

1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 25 Nov 2009, 12:31 PM
Hello Caroline,

You could set the Header to be a visual element and to set the font size directly to it. Here is an example of what I mean:
<telerikNavigation:RadWindow x:Name="winSave">
    <telerikNavigation:RadWindow.Header>
        <TextBlock Text="SomeHeader" FontSize="20" HorizontalAlignment="Center" />
    </telerikNavigation:RadWindow.Header>
</telerikNavigation:RadWindow>
Hope this helps.

Regards,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Window
Asked by
Caroline Beauvais
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or