Search Results for

    Show / Hide Table of Contents

    Enum HorizontalAlignment

    Text alignment.

    Namespace: Evergine.Components.Fonts
    Assembly: Evergine.Components.dll
    Syntax
    public enum HorizontalAlignment

    Fields

    Name Description
    Center

    The text is centered.

    Left

    Aligns text to the left. This is default value for Horizontal Alignment enum.

    Right

    Aligns text to the right.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX