Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/Silverlight/CS/NavBarDemo/Themes/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/Silverlight/CS/NavBarDemo/Themes/Generic.xaml

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
 xmlns:dxn="http://schemas.devexpress.com/winfx/2008/xaml/navbar"
 xmlns:collections="clr-namespace:System.Collections;assembly=mscorlib"
 xmlns:local="clr-namespace:NavBarDemo"
 xmlns:sys="clr-namespace:System;assembly=mscorlib"
 xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core">
    <Thickness x:Key="controlMargin">0,0,0,4</Thickness>
    <Thickness x:Key="groupMargin">0,0,0,12</Thickness>
 <Style TargetType="local:NavBarDemoGridControl">
  <Setter Property="Template">
   <Setter.Value>
    <ControlTemplate TargetType="local:NavBarDemoGridControl">
                    <Grid Margin="30">
                        <Grid.RowDefinitions>
                            <RowDefinition />
                            <RowDefinition Height="Auto" />
                        </Grid.RowDefinitions>
                        <Grid.ColumnDefinitions>
                            <ColumnDefinition Width="0.2*" />
                            <ColumnDefinition Width="0.6*" />
                            <ColumnDefinition Width="0.2*" />
                        </Grid.ColumnDefinitions>
                        <ContentPresenter Grid.Column="1" MinWidth="150" />
                    </Grid>
    </ControlTemplate>
   </Setter.Value>
  </Setter>
 </Style>
</ResourceDictionary>