NodeShape.NodeSides Enumeration

Indicates one or more sides of a node shape.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration NodeSides
[FlagsAttribute]
public enum NodeSides
[FlagsAttribute]
public enum class NodeSides
[<FlagsAttribute>]
type NodeSides
public enum NodeSides

Members

Member name Description
All All sides of the node shape.
Bottom Bottom side of the node shape.
Horizontal Left and right sides of the node shape.
Left Left side of the node shape.
None No sides.
Right Right side of the node shape.
Top Top side of the node shape.
Vertical All sides of the node shape.

See Also

Reference

Microsoft.VisualStudio.Modeling.Diagrams Namespace