TypeDisplayStyle

Description

A type display style determines how a type (class, interface, enum) is displayed on a class diagram

Parameters

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

Examples

<TypeDisplayStyle borderColor="#336699" membersBackgroundTopColor="#cbdee6" name="blueTypeDisplayStyle"/>
Declares a type display style which shows types with blue colors.