摘要: BTW, the best way to do a conditional color setting in LS beta 2 is to use the new SetBinding method.For example: Me.FindControl("MyControl").SetBinding(TextBox.BackgroundProperty, "Value", New ColorConverter(), BindingMode.OneWay) Public Class ColorConverter Implements IValueCon
阅读全文
posted @ 2011-10-04 18:41 阿新 阅读(167) 评论(0)
编辑