Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在上部选项卡/菜单中更改Telerik RadScheduleView日期的字体大小(不知道如何命名)?我想让类型的大小更大。由于某种原因无法附加图像。Telerik网站上有很多关于样式化约会的信息,但没有关于样式化该菜单的信息。
我已经<Setter Property="FontSize" Value="{telerik1:VisualStudio2013Resource ResourceKey=FontFamily}"/>在Telerik.Windows.Controls.ScheduleView.xaml<Style x:Key="NavigationIntervalStyle" TargetType="ContentControl">文件中进行了编辑以获得所需的结果,希望它对某人有所帮助。
<Setter Property="FontSize" Value="{telerik1:VisualStudio2013Resource ResourceKey=FontFamily}"/>
<Style x:Key="NavigationIntervalStyle" TargetType="ContentControl">