Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/Silverlight/CS/ChartsDemo/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/Silverlight/CS/ChartsDemo/PaletteChooser.SL.xaml

<UserControl x:Class="ChartsDemo.PaletteChooser" mc:Ignorable="d" d:DesignHeight="450" d:DesignWidth="320" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core" xmlns:local="clr-namespace:ChartsDemo">
    <UserControl.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="/ChartsDemo;component/Themes/generic.SL.xaml" />
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </UserControl.Resources>
    <dx:GroupFrame MinWidth="230" Header="Palettes" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Margin="0, -6, 0, 0">
        <Grid x:Name="grPalettes" UseLayoutRounding="True" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" />
    </dx:GroupFrame>
</UserControl>