NodeInput
NodeInput Class
Section titled “NodeInput Class”Namespace: Nodify
Assembly: Nodify
Inheritance: Object → DispatcherObject → DependencyObject → Visual → UIElement → FrameworkElement → Control → Connector → NodeInput
References: Node
Represents the default control for the Node.InputConnectorTemplate.
public class NodeInput : Connector
Constructors
Section titled “Constructors”NodeInput()
Section titled “NodeInput()”public NodeInput();
Properties
Section titled “Properties”ConnectorTemplate
Section titled “ConnectorTemplate”Gets or sets the template used to display the connecting point of this Connector.
public ControlTemplate ConnectorTemplate { get; set; }
Property Value
Header
Section titled “Header”Gets of sets the data used for the control’s header.
public object Header { get; set; }
Property Value
HeaderTemplate
Section titled “HeaderTemplate”Gets or sets the template used to display the content of the control’s header.
public DataTemplate HeaderTemplate { get; set; }
Property Value
Orientation
Section titled “Orientation”public Orientation Orientation { get; set; }
Property Value