Search Results for

    Show / Hide Table of Contents

    Class TextAlignment

    Specifies the alignment of the text along horizontal or vertical direction in the layout box.

    Inheritance
    System.Object
    TextAlignment
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class TextAlignment : Enum

    Fields

    Center

    Align text to the center.

    Declaration
    public const TextAlignment Center
    Field Value
    TextAlignment

    Far

    Align text to the far edge.

    Declaration
    public const TextAlignment Far
    Field Value
    TextAlignment

    Near

    Align text near the edge.

    Declaration
    public const TextAlignment Near
    Field Value
    TextAlignment

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat