CTextView Properties

  • hAlign

    Horizontal alignment of the content within the CTextView.
    Value Description
    auto Automatic alignment of the text content. The alignment is determined by the usage of the UI element - for example, by the data type of the value to be displayed.
    beginOfLine The text is always displayed at the beginning of the line.
    center Centered alignment
    endOfLine The text is always displayed at the end of the line.
    forcedLeft The text content is always displayed on the left.
    forcedRight The text content is always displayed on the right.