Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface IEdgeStyle : IVisualStyle<IEdge>, IModelItemInstaller<IEdge>, ICloneable |
| Visual Basic |
|---|
Public Interface IEdgeStyle _ Inherits IVisualStyle(Of IEdge), IModelItemInstaller(Of IEdge), _ ICloneable |
Remarks
Implementations are responsible for rendering IEdge
instances in a CanvasControl.
It is up to the implementation to interpret the visual appearance of an
edge.
The framework uses the associated, possibly shared Renderer
to perform the actual rendering of this style for a given edge.
This interface extends the ICloneable interface. This allows clients
to obtain a persistent copy of the current state of this style.
Immutable style implementations may return themselves.