Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6936073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:11:13+00:00 2026-05-27T12:11:13+00:00

I am designing a image editor in silverlight 4.0 Looking for typing text along

  • 0

I am designing a image editor in silverlight 4.0

Looking for typing text along curvature path like circular or arc

Something similar to what is available in photoshop http://youtu.be/6L6qAKkBQxc

Is there any code snippet available on this?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T12:11:13+00:00Added an answer on May 27, 2026 at 12:11 pm

    You need a PathListBox (from Microsoft.Expression.Controls) here.

    Basically you just need to create a Path and convert it into PathListBox, then bind the Text property of a TextBlock (where you specify the text you want) to the ItemsSource of the PathListBox.

    Something like this.

    enter image description here

    xmlns:ec="http://schemas.microsoft.com/expression/2010/controls"
    
    <Grid x:Name="LayoutRoot" Background="White">
        <ec:PathListBox Height="135" Margin="143.5,73.5,224.5,0" VerticalAlignment="Top" ItemsSource="{Binding Text, ElementName=textBlock}">
            <ec:PathListBox.ItemTemplate>
                <DataTemplate>
                    <TextBlock Text="{Binding}" FontWeight="Bold" FontSize="18.667" />
                </DataTemplate>
            </ec:PathListBox.ItemTemplate>
            <ec:PathListBox.LayoutPaths>
                <ec:LayoutPath SourceElement="{Binding ElementName=path}" Orientation="OrientToPath" Padding="-10"/>
            </ec:PathListBox.LayoutPaths>
        </ec:PathListBox>
        <Path x:Name="path" Data="M144,203 C144,203 165,74 273,74 C381,74 415,208 415,208" Height="135" Margin="143.5,73.5,224.5,0" Stretch="Fill" UseLayoutRounding="False" VerticalAlignment="Top"/>
        <TextBlock x:Name="textBlock" HorizontalAlignment="Left" TextWrapping="Wrap" Text="this is a test, test..." VerticalAlignment="Top" Margin="22,19,0,0" Visibility="Collapsed"/>
    </Grid>
    

    Another thing is you might want to overwrite the ItemContainerStyle of the PathListBox so each letter won’t be selectable.

    Hope this helps. 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am in designing the site something like hardrock memorabilia using slverlight DeepZoom.. And
I'm designing a simple text editor using WxPython, and I want to put the
I am designing a silverlight application in which i have a image control in
I am designing a web application that does server side image processing in real
When designing a website, what do you consider the best image format to use
I have a large, hi-def JavaScript-intensive image banner for a site I'm designing. What
I am designing an image decoder and as a first step I tried to
I'm designing an image repository. I want to uncouple the filename from the image
I am designing a jpeg to bmp decoder which scales the image. I have
I am designing a window using QWidget and set a background image, when i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.