A type display style determines how a type (class, interface, enum) is displayed on a class diagram
Attribute | Description | Required |
---|---|---|
name | identifier, must be unique | Yes |
borderColor | the color to use to paint the border in the format #rrggbb | Yes |
membersBackgroundTopColor | the color to paint the members area (the box below the title) in the format #rrggbb | Yes |
<TypeDisplayStyle borderColor="#336699" membersBackgroundTopColor="#cbdee6" name="blueTypeDisplayStyle"/>Declares a type display style which shows types with blue colors.