OpenSheetMusicDisplay
    Preparing search index...

    Enumeration TextAlignmentEnum

    The Alignment of a TextLabel. Specifically the label's position coordinates within the Bounding Box. For LeftBottom, the label's position is at the left bottom corner of its Bounding Box. (used for example with title, composer, author, etc.) (see Show Bounding Box For -> Labels in the local demo)

    Index

    Enumeration Members

    CenterBottom: 5
    CenterCenter: 4
    CenterTop: 3
    LeftBottom: 2
    LeftCenter: 1
    LeftTop: 0
    RightBottom: 8
    RightCenter: 7
    RightTop: 6