Mercurial > silverbladetech
view Chronosv2/source/Presentation/Widgets/Calendar/CalendarWidgetView.xaml @ 27:96fdf58e05b4
Server working with sockets and rabbitmq
author | adminsh@apollo |
---|---|
date | Wed, 21 Mar 2012 19:00:59 +0000 |
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>