Customizing a node label

The label decoration of a user-defined business object is customized using the same properties as for 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 label properties, refer to Customizing the label of a business object.