Interface that is used by CollapsibleNodeStyleDecoratorRenderer
to describe the way a node should be styled to support a collapse/expand button.
Namespace: yWorks.yFiles.UI.DrawingAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface ICollapsibleNodeStyleDecorator : INodeStyle, IVisualStyle<INode>, IModelItemInstaller<INode>, ICloneable |
| Visual Basic |
|---|
Public Interface ICollapsibleNodeStyleDecorator _ Inherits INodeStyle, IVisualStyle(Of INode), IModelItemInstaller(Of INode), _ ICloneable |
Remarks
CollapsibleNodeStyleDecorator is a convenient default implementation of this interface.
This style can be used to decorate any existing INodeStyle to support
the Expand(INode) and Collapse(INode)
operations that are provided by the FoldingManager visually and interactively.