Interface for styles that can be used together with ArcEdgeStyleRenderer instances.

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

See Also