Is it possible to keep a skin on a Line in Silverlight. I have a Line shape, and an image file of a cool looking line Is it possible to keep this开发者_StackOverflow image on top of the Line where ever I draw?
If you want to have an image always appear in the same position behind a line which you draw, you could just absolutely position both controls so they appear on top of each other.
精彩评论