Files
APIVisualExecutor/docs/api/Nodify_NodeOutput.md
Ankitkumar Satapara 21aaef6776 Add project files.
2026-04-17 22:31:58 +05:30

2.2 KiB

NodeOutput Class

Namespace: Nodify

Assembly: Nodify

Inheritance: ObjectDispatcherObjectDependencyObjectVisualUIElementFrameworkElementControlConnectorNodeOutput

References: Node

Represents the default control for the Node.OutputConnectorTemplate.

public class NodeOutput : Connector  

Constructors

NodeOutput()

public NodeOutput();  

Properties

ConnectorTemplate

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

public ControlTemplate ConnectorTemplate { get; set; }  

Property Value

ControlTemplate

Header

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

public object Header { get; set; }  

Property Value

Object

HeaderTemplate

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

public DataTemplate HeaderTemplate { get; set; }  

Property Value

DataTemplate

Orientation

public Orientation Orientation { get; set; }  

Property Value

Orientation