documentationfor yFiles for HTML 3.0.0.3

CompositeLabelStyle

A foundational implementation of ILabelStyle that delegates its behavior to several style instances.

Inheritance Hierarchy
LabelStyleBase<Visual>
CompositeLabelStyle
Implemented Interfaces

Remarks

This class can be used to combine multiple SVG-based style instances into one.

The following aspects will be delegated to all instances:

The following aspects will be delegated to the first/main style, only:

This class can be subclassed like LabelStyleBase<TVisual> to allow for custom implementations of the various aspects of the delegation.

Type Details

yFiles module
view

Constructors

Properties

Methods