effect-tree
    Preparing search index...

    Interface VerticallyAligned

    {
    vAlign: VerticalAlignment
    top: VStrut
    bottom: VStrut
    }
    interface VerticallyAligned {
        bottom: Draw.VStrut;
        top: Draw.VStrut;
        vAlign: "top" | "bottom" | "middle";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    bottom: Draw.VStrut
    vAlign: "top" | "bottom" | "middle"