documentationfor yFiles for HTML 3.0.0.3

CompositeNodeStyle

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

Inheritance Hierarchy
NodeStyleBase<Visual>
CompositeNodeStyle
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 NodeStyleBase<TVisual> to allow for custom implementations of the various aspects of the delegation.

Type Details

yFiles module
view

Constructors

Properties

Methods