Interface for a polygonal IEdgeStyle.

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 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