A port style decorator that uses a node style instance to render the port.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
[ContentPropertyAttribute("NodeStyle")]
public class NodeStylePortStyleAdapter : IPortStyle, 
	IVisualStyle<IPort>, IModelItemInstaller<IPort>, ICloneable
Visual Basic
<ContentPropertyAttribute("NodeStyle")> _
Public Class NodeStylePortStyleAdapter _
	Implements IPortStyle, IVisualStyle(Of IPort),  _
	IModelItemInstaller(Of IPort), ICloneable

Inheritance Hierarchy

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

See Also