Changing Appearance of Interfaces

From RAD Studio
Jump to: navigation, search

Go Up to Class Diagram Procedures

By default, UML 2.0 class diagrams show interfaces as small circles.

To show an interface as a rectangle

  1. Select the interface element in the Diagram or Model View.
  2. Press F11 to open the Object Inspector.
  3. Set the View as Class property to True.
Tip: Choose False for the View as Class property to show the interface element as a circle.
Note: Interfaces shown as small circles do not show their members in the Diagram View. Use the Model View to view members.


See Also