Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    Orientation Enum

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

    Defines the different orientations that a control or layout can have.

    public enum Orientation

    Fields

    Name Description
    Horizontal

    Control or layout should be horizontally oriented.

    InDepth

    Control or layout should be oriented along the depth axis.

    Vertical

    Control or layout should be vertically oriented.

    Extension Methods

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

    Back to top

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