Skip to content

VerticalConstraint🔗

Definition🔗

export enum VerticalConstraint {
    Top = "top",
    Bottom = "bottom",
    TopBottom = "topbottom",
    Center = "center",
    Scale = "scale",
}