我HAF一个DateTime属性。 这必然有一个文本框
<TextBlock Grid.Column="1" Grid.Row="0" Text="{Binding StartDateString, Mode=TwoWay}" x:Name="date" />
在WPF中有可能使用的格式,语法如下日期时间输出
<TextBlock Grid.Column="1" Grid.Row="0" Text="{Binding StartDateString, FormatString="dd.mm.yyyy" Mode=TwoWay}" x:Name="date" />
在地铁应用程序(WinRT的... Windows应用商店的应用程序......这是怎么现在叫什么名字?),FormatString属性是不可能的。
是否有另一种方式来做到在XAML文件格式?