The interface for an IPortStyle implementation that can be rendered
by PortControlPortStyleRenderer.
Namespace: yWorks.yFiles.UI.DrawingAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface IPortControlPortStyle : ITaggedStyleBase<IPort>, IPortStyle, IVisualStyle<IPort>, IModelItemInstaller<IPort>, ICloneable |
| Visual Basic |
|---|
Public Interface IPortControlPortStyle _ Inherits ITaggedStyleBase(Of IPort), IPortStyle, IVisualStyle(Of IPort), _ IModelItemInstaller(Of IPort), ICloneable |
Remarks
This style implementation provides the ability to use the control templating
mechanism to create the rendering for ports. Style implementations need to create PortControls with
a specific Style that can present the associated
tag to the user via a ContentControl.