Enums.HorizontalAlignment enumeration

  • QML Enumeration List
  • Enums.HorizontalAlignment enumeration
  • The HorizontalAlignment can be one of:

    ConstantDescription
    Enums.HorizontalAlignmentCenter(0) Text is center aligned.
    Enums.HorizontalAlignmentJustify(1) Text is aligned along the left margin, and spacing is adjusted so that the text falls flush with both margins.
    Enums.HorizontalAlignmentLeft(2) Text is left aligned.
    Enums.HorizontalAlignmentRight(3) Text is right aligned.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.