English 中文(简体)
是否在窗户电话7上打arrow子的定型风格?
原标题:Are there predifined styles for making arrow buttons in windows phone 7?

我想在我看来让一些县像共同的 round子一样,把一只双arrow的arrow子 found起来。 任何人都知道,我能找到资源来实现这些目标?

<>>>>>

这里是关于在WP7中建立圆 but的伟大理论。 这正是我试图做的事,但我将利用约翰·加德内提到的图像:

http://blogs.msdn.com/b/priozersk/archive/2010/08/13/creating-round-button-for-wp7-part-1.aspx http://blogs.msdn.com/b/priozersk/archive/2010/08/14/creating-round-image-button-for-wp7-part-1.aspx

Thakns!

最佳回答

窗户电话7台dk安装器将缺电灯放在方案档案中(x86)Microsoft SDKWindowsv7.0Icons

你们是否回想?

问题回答

暂无回答




相关问题
Creating a Style in code behind

Does anyone know how to create a wpf Style in code behind, I can t find anything on the web or MSDN docs. I have tried this but it is not working: Style s = new Style(typeof(TextBlock)); s....

WPF Custom Themes

I have a simple question which is giving me some difficulty. I have downloaded a custom them for WPF of the net. Now i want to apply this theme to my App instead of the default one. How do i do that,...

Is it sometimes bad to use <BR />?

Is it sometimes bad to use <BR/> tags? I ask because some of the first advice my development team gave me was this: Don t use <BR/> ; instead, use styles. But why? Are there negative ...

WPF - How to apply effect to a cropped image?

I have an Image being clipped like so: <Image Width="45" Grid.Column="0" Source="{Binding Photo}"> <Image.Clip> <RectangleGeometry Rect="0,0,45,55" RadiusX="8" RadiusY="8" /...

WPF ListView : Header styling

I want to have a ListView with columns and a particular style: The background for ALL column headers should be transparent except when the mouse is over in one of them. When this happends, the ...

热门标签