The text of this article is not in this database — only its details are. Read it on the old site: Graphics Path in Silverlight
10 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Graphics Path in Silverlight
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Ankur DeshpandePosted Oct 10, 2012, 11:25 AM
hello sir, i need to draw a dynamic line between to images of servers. How can i go about it..??? n how to use your above code in asp web application.. please guide.
Mahesh ChandPosted May 30, 2012, 10:21 AM
@Prashant, yes. All elements in WPF and Silverlight have width and height properties. You should be able to use the Height and the Width properties at runtime.
Mahesh ChandPosted May 30, 2012, 10:19 AM
I would not have time to write the sample code Gangadhar. But I think the way I will implement is, create a custom control and load that with an image that looks like call out below. Then put a TextBox or TextBlock on top of that and expose the Author Image and TextBox text properties as public properties. Cheers!
Gangadhar MahindrakarPosted May 21, 2012, 8:27 AM
Hi Mahesh, i want create the Callout, like shown in the post comment. 1.here it should take a arrow Left or Right dynamically as per position. can u give sample for this. Thanks
pavan kumareditedPosted Jan 12, 2012, 6:29 AMEdited Jan 12, 2012, 6:29 AM
Hi Mahesh, Thanks for this article. how to bind the Data="m 0,0 l -16,16 l 16,1 l 1,-16" dynamically please help me.. thanks in advance...
PrashanthPosted Dec 13, 2011, 10:02 PM
Great article.. Really clear and explains everything to know.. Is there a way to resize a Path element dynamically in C#? I have a xaml file into which I have imported an Adobe Illustrator file. This gave me a ton of Path elements that I need to make use of in another xaml and set it as a background for another UIElement. I need to reset the height and width of this path element to be slightly more than the UIElement so that the Path element acts as a border to that element. I have been trying to set the height, Minheight, Maxheight to the new value, even used setValue(dependency property, value) function, but it just won't work!! It resizes the path element to the grid size of its parent element! Is there any way to do this?? Thanks!!
Richard WaddellPosted Nov 22, 2010, 9:14 PM
Just what I needed all in one place with no distracting fluff. Perfect.
Mahesh ChandPosted Dec 20, 2009, 9:39 PM
you found this article useful. Cheers!
Raghuraman KanchiPosted Dec 18, 2009, 3:02 PM
Hi Mahesh, You are doing an excellent Job of writing all tutorial styled articles. Thank you for this write up Regards Raghuraman