摘要: //返回Brush类型AccentColor的值SolidColorBrush strColor = (SolidColorBrush)Application.Current.Resources["PhoneAccentBrush"];//可以字符串的的形式打印出数据System.Diagnostics.Debug.WriteLine(strColor.Color.ToString());//打印出strColor的类型System.Diagnostics.Debug.WriteLine(strColor.GetType());//返回Color类型值Color accen 阅读全文
posted @ 2012-11-22 10:03 藏这儿 阅读(546) 评论(0) 推荐(0) 编辑