The templatable ContentControl for IPorts.

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 PortControl : GraphItemControlBase<IPort>
Visual Basic
<ObfuscationAttribute(Exclude := True, StripAfterObfuscation := False)> _
Public Class PortControl _
	Inherits GraphItemControlBase(Of IPort)

Remarks

This class is used by PortControlPortStyleRenderer which is responsible for displaying IPortControlPortStyles.

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 <(<'IPort>)>)>
                  yWorks.yFiles.UI.Drawing..::..PortControl

See Also