摘要:
先上代码 public MainWindow() { InitializeComponent(); //跳动的文字 Storyboard perChar = new Storyboard(); _text.TextEffects = new TextEffectCollection(); for (int i = 0; i < _text.Text.Length; i++) { TextEffect effect = n... 阅读全文
posted @ 2013-05-06 14:16
幕三少
阅读(1081)
评论(1)
推荐(0)
浙公网安备 33010602011771号