NodeShape.NodeSides 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.
Indicates one or more sides of a node shape.
This enumeration supports a bitwise combination of its member values.
public: enum class NodeShape::NodeSides
[System.Flags]
public enum NodeShape.NodeSides
[<System.Flags>]
type NodeShape.NodeSides =
Public Enum NodeShape.NodeSides
- Inheritance
-
NodeShape.NodeSides
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No sides. |
Left | 1 | Left side of the node shape. |
Top | 2 | Top side of the node shape. |
Right | 4 | Right side of the node shape. |
Horizontal | 5 | Left and right sides of the node shape. |
Bottom | 8 | Bottom side of the node shape. |
Vertical | 10 | All sides of the node shape. |
All | 15 | All sides of the node shape. |