Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    VerticalAlignment Enum

    Namespace: Stride.UI
    Assembly: Stride.UI.dll

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

    public enum VerticalAlignment

    Fields

    Name Description
    Bottom

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

    Center

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

    Stretch

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

    Top

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

    Extension Methods

    ComponentBaseExtensions.DisposeBy<VerticalAlignment>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<VerticalAlignment>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation