Table of Contents

Enum DepthAlignment

Namespace
Stride.UI
Assembly
Stride.UI.dll

Describes how a child element is positioned in depth or stretched within a parent's layout slot.

public enum DepthAlignment

Fields

Back = 2

The child element is aligned to the back of the parent's layout slot.

Center = 1

The child element is aligned to the center of the parent's layout slot.

Front = 0

The child element is aligned to the front of the parent's layout slot.

Stretch = 3

The child element stretches to fill the parent's layout slot.