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.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
[ContentPropertyAttribute("Wrapped")]
public class ShadowNodeStyleDecorator : INodeStyle, 
	IVisualStyle<INode>, IModelItemInstaller<INode>, ICloneable
Visual Basic
<ContentPropertyAttribute("Wrapped")> _
Public Class ShadowNodeStyleDecorator _
	Implements INodeStyle, IVisualStyle(Of INode),  _
	IModelItemInstaller(Of INode), ICloneable

Inheritance Hierarchy

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

See Also