Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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 | |
---|---|---|
None | No sides. | |
Left | Left side of the node shape. | |
Top | Top side of the node shape. | |
Right | Right side of the node shape. | |
Bottom | Bottom side of the node shape. | |
Horizontal | Left and right sides of the node shape. | |
Vertical | All sides of the node shape. | |
All | All sides of the node shape. |