NodeShape.NodeSides Enum

Definition

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

All 15

All sides of the node shape.

Bottom 8

Bottom side of the node shape.

Horizontal 5

Left and right sides of the node shape.

Left 1

Left side of the node shape.

None 0

No sides.

Right 4

Right side of the node shape.

Top 2

Top side of the node shape.

Vertical 10

All sides of the node shape.

Applies to