Customizing a link label

The label decoration for a network link is customized using the same properties as for the labels of predefined business objects.

How to use label properties in a user-defined business class

object."test.MyNetworkElement" {
  labelBackground: white;
  labelForeground: blue;
  labelPosition: Right;
  label: @name;
  labelVisible: true;
}
For a complete list of the available link properties, refer to Customizing the label of a business object.