Interface used by IPortStyle implementations
that can be used to query the actual IVisualCreator,
IBoundsProvider, IHitTestable, IVisibilityTest, and
IMarqueeTestable implementations for a port
and an associated style.
Namespace: yWorks.yFiles.UI.DrawingAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public interface IPortStyleRenderer : IStyleRenderer<IPort, IPortStyle> |
| Visual Basic |
|---|
Public Interface IPortStyleRenderer _ Inherits IStyleRenderer(Of IPort, IPortStyle) |