InvisibleCollapseFlags Enumeration

 

The flags to determine the how the shapeField collapses when it is set to be invisible

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

[FlagsAttribute]
public enum class InvisibleCollapseFlags

Member nameDescription
HorizontallyToCenter

Collapse Horizontally to Center

HorizontallyToLeft

Collapse Horizontally to Left

HorizontallyToRight

Collapse Horizontally to Right

None

Not to collapse

VerticallyToBottom

Collapse Vertically to Bottom

VerticallyToCenter

Collapse Vertically to Center

VerticallyToTop

Collapse Vertically to Top

Return to top
Show: