DepthAlignment Enum
Namespace: Stride.UIAssembly: Stride.UI.dll
Describes how a child element is positioned in depth or stretched within a parent's layout slot.
public enum DepthAlignment
Fields
Name | Description |
---|---|
Back | The child element is aligned to the back of the parent's layout slot. |
Center | The child element is aligned to the center of the parent's layout slot. |
Front | The child element is aligned to the front of the parent's layout slot. |
Stretch | The child element stretches to fill the parent's layout slot. |