Simple default implementation of the ICollapsibleNodeStyleDecorator interface.
Namespace: yWorks.yFiles.UI.DrawingAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, ApplyToMembers = false)] [ContentPropertyAttribute("Wrapped")] public class CollapsibleNodeStyleDecorator : ICollapsibleNodeStyleDecorator, INodeStyle, IVisualStyle<INode>, IModelItemInstaller<INode>, ICloneable |
| Visual Basic |
|---|
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True, _ ApplyToMembers := False)> _ <ContentPropertyAttribute("Wrapped")> _ Public Class CollapsibleNodeStyleDecorator _ Implements ICollapsibleNodeStyleDecorator, INodeStyle, IVisualStyle(Of INode), _ IModelItemInstaller(Of INode), ICloneable |
Remarks
This style uses the CollapsibleNodeStyleDecoratorRenderer to adorn an existing
INodeStyle with a Button instance that can then be used
to trigger the ToggleGroupStateCommand.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.UI.Drawing..::..CollapsibleNodeStyleDecorator
yWorks.yFiles.UI.Drawing..::..CollapsibleNodeStyleDecorator