摘要: 1. binding 后面的stringFormat的写法----连接字符串 <TextBlock Text="{Binding Path=Qty, StringFormat=Quantity: \{0\}}" />2. [ValueConversion(typeof(decimal), typeof(string))] public class PriceConverter : IValueConverter { public object Convert(object value, Type targetType, object parameter, Cul 阅读全文
posted @ 2012-05-23 09:19 AYUI框架 阅读(1072) 评论(0) 推荐(1) 编辑