A decorator implementation of INodeStyle that can wrap most style implementations and draw a smooth drop shadow underneath the rendering of the wrapped style.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
[ContentPropertyAttribute("Wrapped")]
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = false)]
public class ShadowNodeStyleDecorator : INodeStyle, 
	IVisualStyle<INode>, IModelItemInstaller<INode>, ICloneable
Visual Basic
<ContentPropertyAttribute("Wrapped")> _
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := False)> _
Public Class ShadowNodeStyleDecorator _
	Implements INodeStyle, IVisualStyle(Of INode),  _
	IModelItemInstaller(Of INode), ICloneable

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..ShadowNodeStyleDecorator

See Also