Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    TextAlignment Enum

    Namespace: Stride.Graphics
    Assembly: Stride.Graphics.dll

    Specify the available text alignment when rendering text.

    public enum TextAlignment

    Fields

    Name Description
    Center

    The text will be centered.

    Left

    The text will aligned on the left border.

    Right

    The text will be aligned on the right border.

    Extension Methods

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

    Back to top

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