The templatable ContentControl for INodes.

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, 
	ApplyToMembers = false)]
public class NodeControl : GraphItemControlBase<INode>
Visual Basic
<ObfuscationAttribute(Exclude := True, StripAfterObfuscation := False,  _
	ApplyToMembers := False)> _
Public Class NodeControl _
	Inherits GraphItemControlBase(Of INode)

Remarks

This class is used by NodeControlNodeStyleRenderer which is responsible for displaying INodeControlNodeStyles.

Related Demo Applications

The following programming samples are available: Also see the yFiles WPF tutorials for step by step introductions.

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

See Also