The templatable ContentControl for segments of an IEdge.

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#
[ObfuscationAttribute(Exclude = true, StripAfterObfuscation = false)]
public class EdgeSegmentControl : GraphItemControlBase<IEdge>
Visual Basic
<ObfuscationAttribute(Exclude := True, StripAfterObfuscation := False)> _
Public Class EdgeSegmentControl _
	Inherits GraphItemControlBase(Of IEdge)

Remarks

This class is used by EdgeSegmentControlEdgeStyleRenderer which is responsible for displaying IEdgeSegmentControlEdgeStyles.

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                yWorks.yFiles.UI.Drawing..::..GraphItemControlBase<(Of <(<'IEdge>)>)>
                  yWorks.yFiles.UI.Drawing..::..EdgeSegmentControl

See Also