vertical Align
This function sets the vertical-align property of a component for all media devices.
example calls:
verticalAlign { top } // use a predefined value
verticalAlign { "1em" } // provide a custom value
Parameters
extension function parameter to bring the predefined values of VerticalAlignValues into the scope of the functional expression
This function sets the vertical-align property of a component for each media device independently.
example calls:
verticalAlign { top } // use a predefined value
verticalAlign { "1em" } // provide a custom value
Parameters
extension function parameter to bring the predefined values of VerticalAlignValues into the scope of the functional expression for large media devices
extension function parameter to bring the predefined values of VerticalAlignValues into the scope of the functional expression for medium sized media devices
extension function parameter to bring the predefined values of VerticalAlignValues into the scope of the functional expression for small media devices
extension function parameter to bring the predefined values of VerticalAlignValues into the scope of the functional expression for extra large media devices