我可以用xaml中的"#A125AA"更改自定义颜色矩形.
但我不知道在哪里可以找到代码更改自定义颜色
我只知道颜色arealy的代码
this.gridgcolor.Background = new SolidColorBrush(Colors.Blue);
Run Code Online (Sandbox Code Playgroud) 我有一个奇怪的问题.我正在使用Visual Studio 2010 Express for Windows Phone并想要引用System.Drawing.dll.我在项目中右键单击"引用"并单击"添加引用...",但是,我在.NET选项卡下找不到System.Drawing.dll.有什么想法吗?谢谢!
飞