Mercurial > silverbladetech
view Chronosv2/source/Presentation/Widgets/Calendar/CalendarWidgetView.xaml @ 15:060f02cd4591
Initial commit, pre airport work
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Mon, 12 Mar 2012 23:05:21 +0800 |
parents | 443821e55f06 |
children |
line wrap: on
line source
<chronos:WidgetElement x:Class="Chronos.Presentation.Widgets.CalendarWidgetView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:PresentationOptions="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options" xmlns:chronos="http://chronos/schemas/2010/xaml" Style="{StaticResource DefaultWidgetStyle}" Title="Calendar"> <Grid x:Name="LayoutRoot"> <Viewbox Stretch="UniformToFill"> <Calendar x:Name="Calendar" Background="Transparent" BorderThickness="0" SelectionMode="SingleDate" SelectedDate="{Binding SelectedDate}"> </Calendar> </Viewbox> </Grid> </chronos:WidgetElement>