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

office blue background brush for radwindow

2 Answers 88 Views
Window
This is a migrated thread and some comments may be shown as answers.
Li
Top achievements
Rank 1
Li asked on 13 Sep 2012, 07:26 AM
Hello,

Does anyone know the office blue backgound brush for radwindow?

I can only find the brush in office black in the forum:

<LinearGradientBrush x:Key="WindowModalBackground" EndPoint="0.5,1" StartPoint="0.5,0">
        <GradientStop Color="#E5000000" />
        <GradientStop Color="#4C000000" Offset="0.5" />
        <GradientStop Color="#E5000000" Offset="1" />
</LinearGradientBrush>

Best wishes
Li Wang

2 Answers, 1 is accepted

Sort by
0
Accepted
Masha
Telerik team
answered on 13 Sep 2012, 12:10 PM
Hello Li,

As you have OfficeBlue themed application, you could find RadWindow Styles Template from Telerik.Windows.Controls.Navigation.xaml file under "Your path\Silverlight\Themes.Implicit\OfficeBlue  
\Themes" folder shipped with the installation of the RadControls. 

The WindowModalBackground in OfficeBlue Theme is 

<LinearGradientBrush x:Key="WindowModalBackground" EndPoint="0.5,1" StartPoint="0.5,0">
  <GradientStop Color="#B2153D6E" />
  <GradientStop Color="#33153D6E" Offset="0.5" />
  <GradientStop Color="#B2153D6E" Offset="1" />
</LinearGradientBrush>

In the attached project i sent you  all Navigation Brushes for OfficeBlue Theme.

 

Kind regards,
Maria
the Telerik team

Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.

0
Li
Top achievements
Rank 1
answered on 20 Sep 2012, 01:03 PM
Hello Maria,

That helps. Thank you!

Best wishes
Li Wang
Tags
Window
Asked by
Li
Top achievements
Rank 1
Answers by
Masha
Telerik team
Li
Top achievements
Rank 1
Share this question
or