Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
<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. |