Source for basic Shapes in WPF
Does anybody know if there is some online source where one can download basic shapes such as the minimize开发者_Python百科/ maximize glyph, a star geometry or the Visual Studio pin glyph as WPF GEometry Path?
In Expression Blend you can find Shapes for WPF.
http://www.microsoft.com/expression/products/blend_overview.aspx
Assets->Shapes
If you have a favorite WPF app, you could also use Snoop to look at the shapes in that app and use them as a starting point.
Please do not just rip other people's hard work off!
精彩评论