Write Comments on Image
-
How to Comments on image at dynamically write sometext on image in Silverlight.
-
How to Comments on image at dynamically write sometext on image in Silverlight.
If you just want to display dynamic text over the top of an image that is displayed in the UI, you simply need to place a
TextBlock
on top of the image and set theText
as appropriate.*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
-
How to Comments on image at dynamically write sometext on image in Silverlight.
<Grid> <Image source=""/> <TextBox Text="Enter comments here.." VerticalAlignment="Center"/> </Grid> The above code will put a TextBox in the center of the image where you can enter your comments. Further if you want to have an image with commented text that also you can create a dynamic Bitmap image. Cheers! Vinod
http://www.exploresilverlight.com Cheers! Vinod