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

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#
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = true)]
[ContentPropertyAttribute("NodeStyle")]
public class NodeStylePortStyleAdapter : IPortStyle, 
	IVisualStyle<IPort>, IModelItemInstaller<IPort>, ICloneable
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := True)> _
<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