Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Enum TextAlign

    Specifies text alignment. Usually rendered as CSS text-align attribute.

    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public enum TextAlign : int

    Fields

    Name Description
    Center

    The text is centered in its container.

    End

    The same as right if direction is left-to-right and left if direction is right-to-left..

    Justify

    The text is justified.

    JustifyAll

    Same as justify, but also forces the last line to be justified.

    Left

    The text is aligned to the left side of its container.

    Right

    The text is aligned to the right side of its container.

    Start

    The same as left if direction is left-to-right and right if direction is right-to-left..

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT