IPort interface
Namespace: NextDesign.Core
Description
An access object to port entity information.
Affiliation area
| Name | Description |
|---|---|
| Editor | APIs to access editors. |
Inherit Base
| Name | Description |
|---|---|
| INode | Is an access object to node graphic element information. |
Property
| Name | Description |
|---|---|
| LocationRatio | port location ratio double value between 0 and 1 |
| Orientation | Port Orientation - "Top" : Top - "Bottom" : Bottom - "Left" : Left - " Right" : Right |
Method
| Name | Description |
|---|---|
| CanChangeOrientation | Checks if this port can be placed in the specified orientation. |
| ChangeOrientation | Changes the orientation of this port to the specified orientation. |
| SetLocationRatio | Sets the port location ratio. |