Shapes in Rich text box
-
Hi All, I am developing a WYSIWYG editor using Silverlight 4.0 RichText box. I am able to insert images in the RichText box editor, but not able to add shapes (Line, Eclipse, Rectangle etc.) Can anyone provide me a pointer to do so? Thanks.
____________________________________________________________ rishabhs
-
Hi All, I am developing a WYSIWYG editor using Silverlight 4.0 RichText box. I am able to insert images in the RichText box editor, but not able to add shapes (Line, Eclipse, Rectangle etc.) Can anyone provide me a pointer to do so? Thanks.
____________________________________________________________ rishabhs
I found this: http://social.msdn.microsoft.com/Forums/en/vblanguage/thread/b3521ad3-7ceb-4019-b3ba-441aae1f5a41[^] But this does not resolve my problem. :(
____________________________________________________________ rishabhs
-
Hi All, I am developing a WYSIWYG editor using Silverlight 4.0 RichText box. I am able to insert images in the RichText box editor, but not able to add shapes (Line, Eclipse, Rectangle etc.) Can anyone provide me a pointer to do so? Thanks.
____________________________________________________________ rishabhs
-
What have you tried so far? Did you try
myrichTextBox.Selection.Insert(container);
where container is an layout control (say, a stackpanel) containing a shape.Thanks Abhinav for your reply. I tried inserting a shape using UIControl. My requirement is to add shapes like rectangle, ellipse with the same functionality (resize, backcolor, shadow etc) as provided by Word or Visio. I will try the option suggested by you and will let you know. Thanks.
____________________________________________________________ rishabhs