Formating of UML transition element

S

Steve

I'm creating state machine UML statechart. Let say I have two states and
transition between them. In the properties of that transition I can define
Events, Guard and Actions.

My question is how can make each of them (I mean Events, Guard and Actions)
to appear in the separate new lines. Basically what I want to see is follows:

Events
[Guard]
/ Actions
----------------->

Instead of that what I see now is:

Events [Guard]/ Actions
----------------------------------->

Thanks
 
P

Philippe C.

I had a look at the shapesheet.
I don't think it can be done.
It is all in the dll.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top