InvisibleCollapseFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The flags to determine the how the shapeField collapses when it is set to be invisible
This enumeration supports a bitwise combination of its member values.
public enum class InvisibleCollapseFlags
[System.Flags]
public enum InvisibleCollapseFlags
[<System.Flags>]
type InvisibleCollapseFlags =
Public Enum InvisibleCollapseFlags
- Inheritance
-
InvisibleCollapseFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Not to collapse |
HorizontallyToLeft | 1 | Collapse Horizontally to Left |
HorizontallyToRight | 2 | Collapse Horizontally to Right |
VerticallyToTop | 4 | Collapse Vertically to Top |
VerticallyToBottom | 8 | Collapse Vertically to Bottom |
HorizontallyToCenter | 16 | Collapse Horizontally to Center |
VerticallyToCenter | 32 | Collapse Vertically to Center |