Hi,
I am playing around with object diagrams, and am trying to round off the object diagram using styles. It is not working for me. I don't know if this is a bug or if just unsupported.
I did a search on forum for object diagram and styles, and came across this old link. It seems like styles was added for object diagrams, but maybe not all properties are supported?
Sidenote - how do you paste code here?
<style>
objectDiagram {
BackGroundColor LightSteelBlue
LineColor Red
}
.orStyle {
BackGroundColor Blue
RoundCorner 50
}
</style>
object "OR" as c3po <<orStyle>>
hide c3po members