VerticalConstraint🔗Definition🔗class VerticalConstraint(enum.StrEnum): TOP = "top" BOTTOM = "bottom" TOP_BOTTOM = "topbottom" CENTER = "center" SCALE = "scale"