Skip to content

NodeInput

Namespace: Nodify

Assembly: Nodify

Inheritance: ObjectDispatcherObjectDependencyObjectVisualUIElementFrameworkElementControlConnectorNodeInput

References: Node

Represents the default control for the Node.InputConnectorTemplate.

public class NodeInput : Connector
public NodeInput();

Gets or sets the template used to display the connecting point of this Connector.

public ControlTemplate ConnectorTemplate { get; set; }

Property Value

ControlTemplate

Gets of sets the data used for the control’s header.

public object Header { get; set; }

Property Value

Object

Gets or sets the template used to display the content of the control’s header.

public DataTemplate HeaderTemplate { get; set; }

Property Value

DataTemplate

public Orientation Orientation { get; set; }

Property Value

Orientation