-
-
Notifications
You must be signed in to change notification settings - Fork 342
Nodify_NodeInput
miroiu edited this page Dec 23, 2024
·
1 revision
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 public NodeInput(); Gets or sets the template used to display the connecting point of this Connector.
public ControlTemplate ConnectorTemplate { get; set; } Property Value
Gets of sets the data used for the control's header.
public object Header { get; set; } Property Value
Gets or sets the template used to display the content of the control's header.
public DataTemplate HeaderTemplate { get; set; } Property Value
public Orientation Orientation { get; set; } Property Value
| English | 简体中文 |
|---|
- Hierarchy and terminology
- Content layers
- Creating an editor
- Using a theme
- Minimal example
- Drawing a grid
- Moving the viewport
- Zooming
- Scrolling
- Selecting items
- Pushing items
- Snapping to grid
- Editor gestures
- Commands