|
@@ -79,24 +79,24 @@
|
|
|
|
|
|
|
|
<Border BorderBrush="{DynamicResource SystemControlHighlightBaseLowBrush}"
|
|
<Border BorderBrush="{DynamicResource SystemControlHighlightBaseLowBrush}"
|
|
|
BorderThickness="1" Padding="15">
|
|
BorderThickness="1" Padding="15">
|
|
|
- <TimePicker Header="Pick a time">
|
|
|
|
|
|
|
+ <TimePicker>
|
|
|
<DataValidationErrors.Error>
|
|
<DataValidationErrors.Error>
|
|
|
<sys:Exception />
|
|
<sys:Exception />
|
|
|
</DataValidationErrors.Error>
|
|
</DataValidationErrors.Error>
|
|
|
</TimePicker>
|
|
</TimePicker>
|
|
|
</Border>
|
|
</Border>
|
|
|
|
|
|
|
|
- <TextBlock FontSize="18">A TimePicker with a header and minute increments specified.</TextBlock>
|
|
|
|
|
|
|
+ <TextBlock FontSize="18">A TimePicker with minute increments specified.</TextBlock>
|
|
|
<StackPanel Orientation="Vertical">
|
|
<StackPanel Orientation="Vertical">
|
|
|
<Border BorderBrush="{DynamicResource SystemControlHighlightBaseLowBrush}"
|
|
<Border BorderBrush="{DynamicResource SystemControlHighlightBaseLowBrush}"
|
|
|
BorderThickness="1" Padding="15">
|
|
BorderThickness="1" Padding="15">
|
|
|
- <TimePicker Header="Arrival time" MinuteIncrement="15" />
|
|
|
|
|
|
|
+ <TimePicker MinuteIncrement="15" />
|
|
|
</Border>
|
|
</Border>
|
|
|
<Panel Background="{DynamicResource SystemControlBackgroundBaseLowBrush}">
|
|
<Panel Background="{DynamicResource SystemControlBackgroundBaseLowBrush}">
|
|
|
<TextBlock Padding="15">
|
|
<TextBlock Padding="15">
|
|
|
<TextBlock.Text>
|
|
<TextBlock.Text>
|
|
|
<x:String>
|
|
<x:String>
|
|
|
- <TimePicker Header="Arrival time" MinuteIncrement="15" />
|
|
|
|
|
|
|
+ <TimePicker MinuteIncrement="15" />
|
|
|
</x:String>
|
|
</x:String>
|
|
|
</TextBlock.Text>
|
|
</TextBlock.Text>
|
|
|
</TextBlock>
|
|
</TextBlock>
|
|
@@ -107,13 +107,13 @@
|
|
|
<StackPanel Orientation="Vertical">
|
|
<StackPanel Orientation="Vertical">
|
|
|
<Border BorderBrush="{DynamicResource SystemControlHighlightBaseLowBrush}"
|
|
<Border BorderBrush="{DynamicResource SystemControlHighlightBaseLowBrush}"
|
|
|
BorderThickness="1" Padding="15">
|
|
BorderThickness="1" Padding="15">
|
|
|
- <TimePicker ClockIdentifier="12HourClock" Header="12 hour clock" />
|
|
|
|
|
|
|
+ <TimePicker ClockIdentifier="12HourClock"/>
|
|
|
</Border>
|
|
</Border>
|
|
|
<Panel Background="{DynamicResource SystemControlBackgroundBaseLowBrush}">
|
|
<Panel Background="{DynamicResource SystemControlBackgroundBaseLowBrush}">
|
|
|
<TextBlock Padding="15">
|
|
<TextBlock Padding="15">
|
|
|
<TextBlock.Text>
|
|
<TextBlock.Text>
|
|
|
<x:String>
|
|
<x:String>
|
|
|
- <TimePicker ClockIdentifier="12HourClock" Header="12 hour clock" />
|
|
|
|
|
|
|
+ <TimePicker ClockIdentifier="12HourClock" />
|
|
|
</x:String>
|
|
</x:String>
|
|
|
</TextBlock.Text>
|
|
</TextBlock.Text>
|
|
|
</TextBlock>
|
|
</TextBlock>
|
|
@@ -124,13 +124,13 @@
|
|
|
<StackPanel Orientation="Vertical">
|
|
<StackPanel Orientation="Vertical">
|
|
|
<Border BorderBrush="{DynamicResource SystemControlHighlightBaseLowBrush}"
|
|
<Border BorderBrush="{DynamicResource SystemControlHighlightBaseLowBrush}"
|
|
|
BorderThickness="1" Padding="15">
|
|
BorderThickness="1" Padding="15">
|
|
|
- <TimePicker ClockIdentifier="24HourClock" Header="24 hour clock" />
|
|
|
|
|
|
|
+ <TimePicker ClockIdentifier="24HourClock" />
|
|
|
</Border>
|
|
</Border>
|
|
|
<Panel Background="{DynamicResource SystemControlBackgroundBaseLowBrush}">
|
|
<Panel Background="{DynamicResource SystemControlBackgroundBaseLowBrush}">
|
|
|
<TextBlock Padding="15">
|
|
<TextBlock Padding="15">
|
|
|
<TextBlock.Text>
|
|
<TextBlock.Text>
|
|
|
<x:String>
|
|
<x:String>
|
|
|
- <TimePicker ClockIdentifier="24HourClock" Header="24 hour clock" />
|
|
|
|
|
|
|
+ <TimePicker ClockIdentifier="24HourClock" />
|
|
|
</x:String>
|
|
</x:String>
|
|
|
</TextBlock.Text>
|
|
</TextBlock.Text>
|
|
|
</TextBlock>
|
|
</TextBlock>
|