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

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

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

Inheritance Hierarchy

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

See Also