Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. Write Comments on Image

Write Comments on Image

Scheduled Pinned Locked Moved WPF
tutorial
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    varaprasad2020
    wrote on last edited by
    #1

    How to Comments on image at dynamically write sometext on image in Silverlight.

    P V 2 Replies Last reply
    0
    • V varaprasad2020

      How to Comments on image at dynamically write sometext on image in Silverlight.

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      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 the Text 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

      1 Reply Last reply
      0
      • V varaprasad2020

        How to Comments on image at dynamically write sometext on image in Silverlight.

        V Offline
        V Offline
        vinodkrebc
        wrote on last edited by
        #3

        <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

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups