Add project files.
This commit is contained in:
24
docs/api/Nodify_KnotNode.md
Normal file
24
docs/api/Nodify_KnotNode.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# KnotNode Class
|
||||
|
||||
**Namespace:** Nodify
|
||||
|
||||
**Assembly:** Nodify
|
||||
|
||||
**Inheritance:** [Object](https://docs.microsoft.com/en-us/dotnet/api/System.Object) → [DispatcherObject](https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Threading.DispatcherObject) → [DependencyObject](https://docs.microsoft.com/en-us/dotnet/api/System.Windows.DependencyObject) → [Visual](https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Media.Visual) → [UIElement](https://docs.microsoft.com/en-us/dotnet/api/System.Windows.UIElement) → [FrameworkElement](https://docs.microsoft.com/en-us/dotnet/api/System.Windows.FrameworkElement) → [Control](https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Controls.Control) → [ContentControl](https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Controls.ContentControl) → [KnotNode](Nodify_KnotNode)
|
||||
|
||||
**References:** [Connector](Nodify_Connector)
|
||||
|
||||
Represents a control that owns a [Connector](Nodify_Connector).
|
||||
|
||||
```csharp
|
||||
public class KnotNode : ContentControl
|
||||
```
|
||||
|
||||
## Constructors
|
||||
|
||||
### KnotNode()
|
||||
|
||||
```csharp
|
||||
public KnotNode();
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user