pub type VerticalPosition = PositionComponent<VerticalPositionKeyword>;
Expand description

The specified value of a vertical position.

Aliased Type§

enum VerticalPosition {
    Center,
    Length(LengthPercentage),
    Side(VerticalPositionKeyword, Option<LengthPercentage>),
}

Variants§

§

Center

center

§

Length(LengthPercentage)

<length-percentage>

§

Side(VerticalPositionKeyword, Option<LengthPercentage>)

<side> <length-percentage>?