|
130 | 130 | <syncfusion:TabItemExt Header="Theme" |
131 | 131 | Image="../Resources/Images/home.png" |
132 | 132 | ImageWidth="16" ImageHeight="16"> |
| 133 | + <Grid VerticalAlignment="Center" HorizontalAlignment="Center"> |
| 134 | + <Grid.RowDefinitions> |
| 135 | + <RowDefinition Height="Auto"></RowDefinition> |
| 136 | + <RowDefinition Height="Auto"></RowDefinition> |
| 137 | + <RowDefinition Height="Auto"></RowDefinition> |
| 138 | + </Grid.RowDefinitions> |
| 139 | + <Grid.ColumnDefinitions> |
| 140 | + <ColumnDefinition></ColumnDefinition> |
| 141 | + <ColumnDefinition></ColumnDefinition> |
| 142 | + </Grid.ColumnDefinitions> |
| 143 | + <Label Margin="3" Content="Style:"></Label> |
| 144 | + <ComboBox Margin="3" x:Name="CboStyle" SelectedValuePath="Content" Grid.Row="0" Grid.Column="1" IsReadOnly="True"> |
| 145 | + <ComboBoxItem>Metro</ComboBoxItem> |
| 146 | + <ComboBoxItem>Blend</ComboBoxItem> |
| 147 | + <ComboBoxItem>VS2010</ComboBoxItem> |
| 148 | + <ComboBoxItem>Office2003</ComboBoxItem> |
| 149 | + <ComboBoxItem>Office2007Blue</ComboBoxItem> |
| 150 | + <ComboBoxItem>Office2007Black</ComboBoxItem> |
| 151 | + <ComboBoxItem>Office2007Silver</ComboBoxItem> |
| 152 | + <ComboBoxItem>Office2010Blue</ComboBoxItem> |
| 153 | + <ComboBoxItem>Office2010Black</ComboBoxItem> |
| 154 | + <ComboBoxItem>Office2010Silver</ComboBoxItem> |
| 155 | + <ComboBoxItem>ShinyRed</ComboBoxItem> |
| 156 | + <ComboBoxItem>ShinyBlue</ComboBoxItem> |
| 157 | + <ComboBoxItem>SyncOrange</ComboBoxItem> |
| 158 | + <ComboBoxItem>Transparent</ComboBoxItem> |
| 159 | + </ComboBox> |
| 160 | + <Label Margin="3" Grid.Row="1" Grid.Column="0" Content="Metro brush:"></Label> |
| 161 | + <syncfusion:ColorPicker Margin="3" x:Name="CpMetroBrush" Grid.Row="1" Grid.Column="1" /> |
| 162 | + <Label Margin="3" Grid.Row="2" Grid.Column="0" Content="Border thickness:"></Label> |
| 163 | + <syncfusion:IntegerTextBox Margin="3" x:Name="IntBorderThickness" Grid.Row="2" Grid.Column="1" MinValue="0"></syncfusion:IntegerTextBox> |
| 164 | + </Grid> |
133 | 165 |
|
134 | 166 | </syncfusion:TabItemExt> |
135 | 167 | </syncfusion:TabControlExt> |
|
0 commit comments