Mercurial > silverbladetech
comparison Chronosv2/source/Presentation/Widgets/Calendar/CalendarWidgetView.xaml @ 10:443821e55f06
Initial cleaned up add from Codeplex files
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Tue, 21 Feb 2012 17:25:44 +0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
9:904a9faadf8b | 10:443821e55f06 |
---|---|
1 <chronos:WidgetElement x:Class="Chronos.Presentation.Widgets.CalendarWidgetView" | |
2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
4 xmlns:PresentationOptions="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options" | |
5 xmlns:chronos="http://chronos/schemas/2010/xaml" | |
6 Style="{StaticResource DefaultWidgetStyle}" | |
7 Title="Calendar"> | |
8 | |
9 <Grid x:Name="LayoutRoot"> | |
10 <Viewbox Stretch="UniformToFill"> | |
11 <Calendar x:Name="Calendar" | |
12 Background="Transparent" | |
13 BorderThickness="0" | |
14 SelectionMode="SingleDate" SelectedDate="{Binding SelectedDate}"> | |
15 </Calendar> | |
16 </Viewbox> | |
17 </Grid> | |
18 </chronos:WidgetElement> |