Interface for a polygonal IEdgeStyle.

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#
public interface IPolylineEdgeStyle : IEdgeStyle, 
	IVisualStyle<IEdge>, IModelItemInstaller<IEdge>, ICloneable, 
	IArrowOwner
Visual Basic
Public Interface IPolylineEdgeStyle _
	Inherits IEdgeStyle, IVisualStyle(Of IEdge), IModelItemInstaller(Of IEdge),  _
	ICloneable, IArrowOwner

Remarks

The only additional property available for this style is Pen.

See Also