VGNodeFixedStates Enumeration
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams.GraphObject
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration VGNodeFixedStates
[FlagsAttribute]
public enum VGNodeFixedStates
[FlagsAttribute]
public enum class VGNodeFixedStates
[<FlagsAttribute>]
type VGNodeFixedStates
public enum VGNodeFixedStates
Members
Member name | Description | |
---|---|---|
ConnectorPointsIgnore | ||
ConnectorPointsOnly | ||
FixedPlace | ||
FixedPlow | ||
NoFoldToShape | ||
PermeablePlace | ||
PermeablePlow | ||
PermeableX | ||
PermeableY |
See Also
Reference
Microsoft.VisualStudio.Modeling.Diagrams.GraphObject Namespace