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

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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