PortPlacement Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Port shape can be on one of the four sides of parent shape
public enum class PortPlacement
public enum PortPlacement
type PortPlacement =
Public Enum PortPlacement
- Inheritance
-
PortPlacement
Fields
Name | Value | Description |
---|---|---|
None | -1 | |
Left | 0 | |
Right | 1 | |
Top | 2 | |
Bottom | 3 |