commit
b92e2d18f7
@ -96,7 +96,11 @@
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
</TabControl>
|
</TabControl>
|
||||||
<StackPanel Orientation="Horizontal" Spacing="20">
|
<StackPanel Orientation="Horizontal" Spacing="20">
|
||||||
<ComboBox Width="200" PlaceholderText="Please Select" />
|
<ComboBox Width="200" PlaceholderText="Please Select" >
|
||||||
|
<ComboBoxItem>Item 1</ComboBoxItem>
|
||||||
|
<ComboBoxItem>Item 2</ComboBoxItem>
|
||||||
|
<ComboBoxItem>Item 3</ComboBoxItem>
|
||||||
|
</ComboBox>
|
||||||
<DatePicker />
|
<DatePicker />
|
||||||
<TimePicker />
|
<TimePicker />
|
||||||
<CalendarDatePicker />
|
<CalendarDatePicker />
|
||||||
|
@ -39,8 +39,8 @@
|
|||||||
</PathGeometry>
|
</PathGeometry>
|
||||||
|
|
||||||
<x:Double x:Key="ComboBoxDefaultHeight">32</x:Double>
|
<x:Double x:Key="ComboBoxDefaultHeight">32</x:Double>
|
||||||
<x:Double x:Key="ComboBoxLargeHeight">24</x:Double>
|
<x:Double x:Key="ComboBoxSmallHeight">24</x:Double>
|
||||||
<x:Double x:Key="ComboBoxSmallHeight">40</x:Double>
|
<x:Double x:Key="ComboBoxLargeHeight">40</x:Double>
|
||||||
|
|
||||||
<SolidColorBrush x:Key="ComboBoxSelectorBorderedBackground" Color="Transparent" />
|
<SolidColorBrush x:Key="ComboBoxSelectorBorderedBackground" Color="Transparent" />
|
||||||
<SolidColorBrush x:Key="ComboBoxSelectorBorderedBorderBrush" Opacity="0.12" Color="White" />
|
<SolidColorBrush x:Key="ComboBoxSelectorBorderedBorderBrush" Opacity="0.12" Color="White" />
|
||||||
|
@ -39,8 +39,8 @@
|
|||||||
</PathGeometry>
|
</PathGeometry>
|
||||||
|
|
||||||
<x:Double x:Key="ComboBoxDefaultHeight">32</x:Double>
|
<x:Double x:Key="ComboBoxDefaultHeight">32</x:Double>
|
||||||
<x:Double x:Key="ComboBoxLargeHeight">24</x:Double>
|
<x:Double x:Key="ComboBoxSmallHeight">24</x:Double>
|
||||||
<x:Double x:Key="ComboBoxSmallHeight">40</x:Double>
|
<x:Double x:Key="ComboBoxLargeHeight">40</x:Double>
|
||||||
|
|
||||||
<SolidColorBrush x:Key="ComboBoxSelectorBorderedBackground" Color="Transparent" />
|
<SolidColorBrush x:Key="ComboBoxSelectorBorderedBackground" Color="Transparent" />
|
||||||
<SolidColorBrush x:Key="ComboBoxSelectorBorderedBorderBrush" Opacity="0.08" Color="#FF1C1F23" />
|
<SolidColorBrush x:Key="ComboBoxSelectorBorderedBorderBrush" Opacity="0.08" Color="#FF1C1F23" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user