ContainerElementStyle 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 layout style for a ContainerElement.
This enumeration supports a bitwise combination of its member values.
public enum class ContainerElementStyle
[System.Flags]
public enum ContainerElementStyle
[<System.Flags>]
type ContainerElementStyle =
Public Enum ContainerElementStyle
- Inheritance
-
ContainerElementStyle
- Attributes
Fields
Name | Value | Description |
---|---|---|
Wrapped | 0 | Contents are end-to-end, and wrapped when the control becomes too wide. |
Stacked | 1 | Contents are stacked vertically. |
VerticalPadding | 2 | Additional padding above and below content. |