Interface used by IPortStyle implementations that can be used to query the actual IPaintable, IBoundsProvider, IHitTestable, IVisibilityTest, and IMarqueeTestable implementations for a port and an associated style.

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#
public interface IPortStyleRenderer : IStyleRenderer<IPort, IPortStyle>
Visual Basic
Public Interface IPortStyleRenderer _
	Inherits IStyleRenderer(Of IPort, IPortStyle)

See Also