Table of Contents

Class Unit

Namespace
H.Controls.Diagram
Assembly
H.Controls.Diagram.dll
public class Unit
Inheritance
Unit
Inherited Members
Extension Methods

Properties

Id

public string Id { get; set; }

Property Value

string

Sockets

public List<Socket> Sockets { get; set; }

Property Value

List<Socket>

Text

public string Text { get; set; }

Property Value

string

X

public double X { get; set; }

Property Value

double

Y

public double Y { get; set; }

Property Value

double