There is a WritingMode property of a textbox. But it cannot render the horizontal text DESIGN as
D
E
S
I
G
N
One way to do this is to use an expression.
The following expression will do just that:
="D"+vbcrlf+"e"+vbcrlf+"s"+vbcrlf+"i"+vbcrlf+"g"+vbcrlf+"n"
Here is a picture of that:
3 comments:
This method is super cool!
what does the "vbcrlf" means?
Victorio.
Means: Goes to next line
visual basic carriage return line feed. Basically go to the beginning of the next line.
Post a Comment