Create Simple Xaml Target Board
I'm trying to come up with simple target board, basically a circle with two开发者_开发知识库 perpendicular lines in xaml. I have create an eclipse but I'm not sure how to draw the lines.
Have you tried using Microsoft Expression (Blend and or Design) You can create vector paths which you can interact with programatically quite easily.
Other than that here is a reference on creating a line object: http://www.longhorncorner.com/UploadFile/mahesh/XamlLine06102005083411AM/XamlLine.aspx
精彩评论