I need to have text rotated 270 degrees from the standard starting position.
How do I rotate the text in the VS.Net 2003 environment?
Thanks,
KevinNot sure if this is what you are looking for, but change the WritingMode
property for the text box to tb-rl (Top to Bottom, Right to Left)
Hope that helps
-Steve
"Kevin" <Kevin@.discussions.microsoft.com> wrote in message
news:D5AEF903-9554-410D-9561-4EDA78576134@.microsoft.com...
> I need to have text rotated 270 degrees from the standard starting
position.
> How do I rotate the text in the VS.Net 2003 environment?
> Thanks,
> Kevin|||Thanks! That did it...
"Steven Bennett" wrote:
> Not sure if this is what you are looking for, but change the WritingMode
> property for the text box to tb-rl (Top to Bottom, Right to Left)
> Hope that helps
> -Steve
> "Kevin" <Kevin@.discussions.microsoft.com> wrote in message
> news:D5AEF903-9554-410D-9561-4EDA78576134@.microsoft.com...
> > I need to have text rotated 270 degrees from the standard starting
> position.
> > How do I rotate the text in the VS.Net 2003 environment?
> >
> > Thanks,
> >
> > Kevin
>
>|||hi,
how to show the text down to up in Vertical using tb-rl
thanks
robin.j
"Kevin" wrote:
> Thanks! That did it...
> "Steven Bennett" wrote:
> > Not sure if this is what you are looking for, but change the WritingMode
> > property for the text box to tb-rl (Top to Bottom, Right to Left)
> > Hope that helps
> >
> > -Steve
> > "Kevin" <Kevin@.discussions.microsoft.com> wrote in message
> > news:D5AEF903-9554-410D-9561-4EDA78576134@.microsoft.com...
> > > I need to have text rotated 270 degrees from the standard starting
> > position.
> > > How do I rotate the text in the VS.Net 2003 environment?
> > >
> > > Thanks,
> > >
> > > Kevin
> >
> >
> >|||Does anyone know how to rotate text, so as to create a bottom-to-top
direction (i.e. You'd turn your head to the left to read it correctly)
"tb-rl" gives top-to-bottom, but there isn't a "bt-rl" option :(
Thanks,
Mike.
--
Mike Stephen
"robin" wrote:
> hi,
> how to show the text down to up in Vertical using tb-rl
> thanks
> robin.j
> "Kevin" wrote:
> > Thanks! That did it...
> >
> > "Steven Bennett" wrote:
> >
> > > Not sure if this is what you are looking for, but change the WritingMode
> > > property for the text box to tb-rl (Top to Bottom, Right to Left)
> > > Hope that helps
> > >
> > > -Steve
> > > "Kevin" <Kevin@.discussions.microsoft.com> wrote in message
> > > news:D5AEF903-9554-410D-9561-4EDA78576134@.microsoft.com...
> > > > I need to have text rotated 270 degrees from the standard starting
> > > position.
> > > > How do I rotate the text in the VS.Net 2003 environment?
> > > >
> > > > Thanks,
> > > >
> > > > Kevin
> > >
> > >
> > >|||hi, you can write your own class which convert a string 2 an image, rotate the image , send it back to the report. use an image control to view your textimag
From http://www.developmentnow.com/g/115_2004_12_0_0_454324/rotate-text-to-be-up-and-down--.ht
Posted via DevelopmentNow.com Group
http://www.developmentnow.com
No comments:
Post a Comment