ContainerElementStyle Enum

Definition

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

Stacked 1

Contents are stacked vertically.

VerticalPadding 2

Additional padding above and below content.

Wrapped 0

Contents are end-to-end, and wrapped when the control becomes too wide.

Applies to