I cant find any example related to StereotypePosition in guide can you please send how to use this in skinparam

0 votes
asked Feb 5 in Question / help by Charan

1 Answer

0 votes
answered Feb 5 by The-Lu (64,760 points)

Hello C., and all,

Here are some examples:

CodeOutput
skinparam stereotypePosition top

participant A<<st>>
participant B<<st2>>

A --> B : test stereo
skinparam stereotypePosition bottom

participant A<<st>>
participant B<<st2>>

A --> B : test stereo


But FYI that concerns only sequence diagram...

If that can help;
Regards,
Th.

...