Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Questions to text behaviour (Read 1317 times)
ampersand
Junior Member
**
Offline



Posts: 55
Joined: Sep 21st, 2006
Questions to text behaviour
Sep 21st, 2006 at 6:17pm
Print Post  
Hi,
I just found your component. The feature list is very promising in regards to my current project. I am really excited to evaluate it in the next days.

Let me ask a few questions first:

1. Is it possible to change the alignment of text in a textbox to left, right, centered or grouped style?
2. Is it possible to have different styles of text (bold, italic) and different fonts in one textbox?
3. Is it possible to have bullet point lists or numerations in text boxes?
4. Is it possible to attach hyperlinks to a word,  sentence, bitmap or shape?


Thanks in advance

Dirk
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Questions to text behaviour
Reply #1 - Sep 22nd, 2006 at 5:38am
Print Post  
Hi,

You can change the alignment using the TextFormat property.

The EnableStyledText property lets you style the text in a box through a small subset of HTML text-style tags: <i>,<b>,<u>,<sub>,<sup> and <color>.

Flowchart.NET by itself does not support any text formatting more complex than that. However, you can host rich-text or browser controls inside ControlHost nodes to get the other capabilities that you need.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint