Table of Contents

Class Node

Namespace
HeBianGu.Control.LayerBox
Assembly
HeBianGu.Control.LayerBox.dll
public class Node
Inheritance
Node
Inherited Members
Extension Methods

Constructors

Node()

public Node()

Properties

Bound

public Rect Bound { get; set; }

Property Value

Rect

Description

public string Description { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Ports

public List<Port> Ports { get; set; }

Property Value

List<Port>

Text

public string Text { get; set; }

Property Value

string