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

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