Posted 17 years ago
by Simon Deguire
Version: 1.0.0340
Platform: .NET 3.0
Environment: Windows XP (32-bit)
Setting a brush to Background to a ribbonWindow doesn't seem to work.
<ribbon:RibbonWindow x:Class="Sample.Application.Win"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ribbon="http://schemas.actiprosoftware.com/winfx/xaml/ribbon"
ApplicationName="Sample.Application" Height="600" Width="800"
Background="Red"
>
</ribbon:RibbonWindow